Skip to content

Instantly share code, notes, and snippets.

View jksmall0631's full-sized avatar

Joshua Small jksmall0631

View GitHub Profile
1. Include alt tags for images to allow accessibilty for visually impaired
2. Provide the proper semantic tags to allow easier navigation
3. Use focus to allow keyboard/handsfree nav
@jksmall0631
jksmall0631 / Challenges.md
Created October 15, 2016 23:19
CSS Challenges

###Challenge 1

For challenge 1, I started by putting a container around div 2 and 3. I changed the position of all divs to inline-block. I gave the container a width and a height to allow room for div 2 and three to sit inside. Finally, I floated the container right.

challenge 1

###Challenge 2

For challenge 2, I started by setting margin to auto on div 2. Then, I set div 3's position to absolute and gave it a right value of 0.