How To Rotate Image Sideway 180 Degrees In Css Code Example


Example 1: flip image css


.image{
transform: rotateY(180deg);
}

Example 2: how to rotate picture to the right in css


.img {
transform: rotate(10deg);
/*to rotate an image you have to use the transform function in CSS and rotate
in degrees*/

}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable