Edit in JSFiddle

<div class="rotate">
    
</div>
.rotate {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    transform: rotate(45deg);
}