Skip to content

Instantly share code, notes, and snippets.

View mlimberg's full-sized avatar

Mike Limberg mlimberg

View GitHub Profile
@mlimberg
mlimberg / Mike-Gist.md
Last active October 16, 2016 17:27
Mike's Gists
Challenge 1
  1. Created HTML for the 3 div elements and placed unique content (i.e. "div1", "div2") to know which div element was which.
  2. Wrote CSS for all 3 DIV elements so that they all looked exactly the same and used the inline-block display to place them all side by side.
  • Changed font to match the sans-serif look.
  • height and width to make a square box.
  • background color of black.
  • Font color of white.
  1. Nested the 2nd and 3rd div elements inside of article tags so that I can move those two separately from the div 1 element.