Rotate image in 3D | Вращайте изображение в 3D
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
105B

  1. /*
  2. img {
  3. transform: rotateY(75deg);
  4. }
  5. */
  6. #изо {
  7. border: 1px dotted grey;
  8. height: 200px;
  9. }