.rotateleft {
transform:rotate(270deg);
}
.boxed {
  width: 800px;
  padding: 10px;
  border: 1px solid red;
}