Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 1.26 KB

dvd-screensaver.md

File metadata and controls

36 lines (32 loc) · 1.26 KB
slug date title type image codepen author github entries
/dvd-screensaver
2024-01-04
DVD Screensaver
css
../images/dvd-screensaver.gif
Raims Cabrera
  • ⌛ You have 15 minutes to implement this, take your time (but not too much)!
  • 💅 Feel free to embellish and make it pretty!
  • 📦 Some basic CSS is provided for you. There are some TODO comments in there to help you out.
  • 🧙 You can search online if you get stuck.
  • 🎉 When you're done, Fork 🍴 the Codepen page and share with us the URL.

* * *

Tips and hints

  • Do not use positioning properties! (left, right, top, and bottom)
  • Use the transform attribute. You have translate, scale, rotate, and more. Go wild!