Skip to content

Instantly share code, notes, and snippets.

@raaims
Last active April 26, 2018 10:27
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/099d6290f182ceddec5dbeb03ba615fb to your computer and use it in GitHub Desktop.
Save raaims/099d6290f182ceddec5dbeb03ba615fb to your computer and use it in GitHub Desktop.
Baby CSS Blitz: Alert Window

Alert Window

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.
  • You can search online if you get stuck.
  • When you're done, Fork the Codepen page and share with us the URL.

Notes

  • The width of the entire block is 375px.
  • See the CSS section below for colors and fonts.

Text content

Feel free to copy/paste:

Web Development
Are you sure?
No Yes

CSS

Feel free to copy/paste:

/* Colors
Grey: #DFDFDF
Dark Grey: #4A4A4A
Red: #B85763
Green: #41750
*/

html {
  // Start coding here!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment