Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1.24 KB

modal.md

File metadata and controls

37 lines (33 loc) · 1.24 KB
slug date title type image codepen author github entries
/modal
2024-03-14
Modal
css
../images/modal.gif
Kirby Borromeo
  • ⌛ 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

  • Use transform and position properties to position the elements.
  • Don't forget to put pointer-events property.
  • Use the :target pseudo element. Go wild!