back
Code
CSS
HTML
Web

.div293{
width:200px;
height:150px;
border:2px solid black;
text-align:center;
margin:0 auto;
}

#div294{
width:150px;
height:75px;
background-color:red;
transform:rotate(7deg);
-webkit-transform:rotate(7deg);
}

#div295{
width:150px;
height:75px;
background-color:red;
transform:rotate(7deg);
-webkit-transform:rotate(7deg);
transform-origin: -100px -100px;
-webkit-transform-origin: -100px -100px;

}

#div296{
width:150px;
height:75px;
background-color:red;
transform:rotate(7deg);
-webkit-transform:rotate(7deg);
transform-origin: right bottom;
-webkit-transform-origin: right bottom;

}