orientasi gambar CSS
#image {
image-orientation: 90deg; /* Can be changed in the live sample */
}
Strange Salmon
#image {
image-orientation: 90deg; /* Can be changed in the live sample */
}
<div>Normal</div>
<div class="rotated">Rotated</div>