transform: matrix(1, 2, 3, 4, 5, 6);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: translate(120px, 50%);
transform: scale(2, 0.5);
transform: rotate(0.5turn);
transform: skew(30deg, 20deg);
transform: scale(0.5) translate(-100%, -100%);
transform: perspective(17px);
Go to this site and change some of the arguments to gain a deeper understanding
div {
width: 80px;
height: 80px;
background-color: skyblue;
}
.rotated {
transform: rotate(45deg); /* Equal to rotateZ(45deg) */
background-color: pink;
}
div {
border: solid red;
transform: rotate(20deg);
width: 140px;
height: 60px;
}
Code Example |
---|
Css :: css wrap text |
Css :: how to color links |
Css :: comentarios en archivo scss |
Css :: generate your tailwind.config.js file |
Css :: contain background image within container |
Css :: color gradient |
Css :: transition css react |
Css :: flexbox elements |
Css :: css offset border |
Css :: include css typo3 |
Css :: bootstrap-scss github |
Css :: image transparent |
Css :: before and after pseudo selectors |
Css :: veritical align inline-block checkbox element |
Css :: test typescript |
Css :: css3 ripple loop |
Css :: css play button on image |
Css :: display: inline; |
Css :: css großbuchstaben erzwingen |
Css :: css quitar el icono de lista |
Css :: css direct child selector |
Css :: how to style links in css |
Css :: image css in box |
Css :: css custom cursor form image |
Css :: hover bg change |
Css :: remove unused css styles |
Css :: neumorphism css generator |
Css :: :is in css |
Css :: how to add images on images css |
Css :: css calc margin-top based on height? |