<section>
  <div></div>
</section>
body{
  padding: 30px;
  background: rgb(230,230,230);
}
section{
  width: 300px;
  height: 100px;
  border: solid red thin;
}
div{
  width: 300px;
  height: 100px;
  background-color: orange;
  transform: rotate(10deg)
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.