<section>
  <div></div>
</section>
<section>
  <div></div>
</section>
body{
  padding: 30px;
  background: rgb(230,230,230);
}
section{
  width: 200px;
  height: 100px;
  margin: 10px;
  border: solid red thin;
  float: left;
}
section:first-child div{
  width: 200px;
  height: 100px;
  background-color: green;
  transform: skew(15deg,0deg)
}
div{
  width: 200px;
  height: 100px;
  background-color: orange;
  transform: skew(0deg,10deg)
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.