Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 531 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 531 Bytes

Cube-Rotation-CSS

Soal LKS SMK Tingkat Nasional XXVIII Tahun 2020

We want to create the following cube rotation effect.

  1. You should create two cubes using the index.html and the cubes should be rotated same as video.mp4.
  2. Left cube should be rotated left to right.
  3. Right cube should be rotated up to down.
  4. color codes • front - #fa5252 • back - #f76707 • right - #12b886 • left - #4c6ef5 • top - #fab005 • bottom - #7950f2
  5. You can only use style.css for the Cube Animation, JavaScript is not allowed.