Skip to content

Instantly share code, notes, and snippets.

@thatPamIAm
Created December 7, 2016 16:02
Show Gist options
  • Save thatPamIAm/ecabfb088964b140e09b16b95cae8104 to your computer and use it in GitHub Desktop.
Save thatPamIAm/ecabfb088964b140e09b16b95cae8104 to your computer and use it in GitHub Desktop.
##### Challenge Number 1
For this challenge, I created three div boxes that all shared the samed style and all displayed as "inline-block."
I assigned a class to each. I then used float to take the third box to the right of the screen. I then added to
the "margin-left" of the second box until I pushed it to its final position.
[Challenge 1] (http://codepen.io/plovett/pen/wojBQQ)
##### Challenge Number 2
For this challenge, I created three div boxes that all shared the same style. I assigned a class to each. I then added to
the "margin-left" of both the second and third box to push them into their final positions.
[Challenge 2] (http://codepen.io/plovett/pen/vyRmQq)
##### Challenge Number 3
[Challege 3] ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment