Skip to content

Instantly share code, notes, and snippets.

@raaims
Created December 7, 2018 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raaims/f1366b9ff6c522cf401a314e91124ff0 to your computer and use it in GitHub Desktop.
Save raaims/f1366b9ff6c522cf401a314e91124ff0 to your computer and use it in GitHub Desktop.
CSS Blitz - DVD Screensaver

Make it bounce 4 times

Start coding


CSS Blitz - DVD Player Screensaver

  • ⌛ You have 20 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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment