<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)
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.