Skip to content

Instantly share code, notes, and snippets.

@rstacruz
Last active March 16, 2018 10:00
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 rstacruz/066dc31d3e6b19037613892afbbde581 to your computer and use it in GitHub Desktop.
Save rstacruz/066dc31d3e6b19037613892afbbde581 to your computer and use it in GitHub Desktop.
CSS Blitz: Dropdown UI

Dropdown UI

View mockup · Start coding

Instructions

  • You have 15 minutes to implement this UI.
  • Text, colors, and other assets are provided for you.
  • Some basic CSS is provided for you. Not today!
  • 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

  • Don't try to style a <select>!
  • This is also possible with just one <span>Dropdown</span>
  • Use display: inline-block; on the main dropdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment