.rotatebgimage{ background:url("iphone.jpg"); width:250px; heigh:195px; transform:rotate(90deg); } code example
Example: .rotatebgimage{ background:url("iphone.jpg"); width:250px; heigh:195px; transform:rotate(90deg); }
.rotatebgimage{
background:url("iphone.jpg");
width:250px;
heigh:195px;
transform:rotate(90deg);
}