Answers for "rotate div by keeping it horizontally css"

CSS
0

rotate div css

#id {
  transform: rotate(20deg);
}

.class {
  transform: skewY(20deg);
}

.exampe {
  transform: scaleY(1.5);
}
Posted by: Guest on June-18-2021

Code answers related to "rotate div by keeping it horizontally css"

Browse Popular Code Answers by Language