Created
July 2, 2014 00:04
-
-
Save keccers/b53b97244c08d95606c6 to your computer and use it in GitHub Desktop.
TIM X KCHAMP PAIRING
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### BOX MODEL | |
http://css-tricks.com/the-css-box-model/ | |
### POSITIONING | |
http://www.w3schools.com/css/css_positioning.asp | |
### FLOATS | |
http://alistapart.com/article/css-floats-101 | |
http://www.quirksmode.org/css/clearing.html | |
http://www.w3schools.com/css/css_float.asp | |
Clearing floats and the best way to do float based layouts is a controversial topic and one worth Googling! | |
### STYLING LISTS | |
https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type | |
### WTF DL, DD, DT | |
http://html5doctor.com/the-dl-element/ | |
PRO TIP: Adding a border or a background color can help you properly position CSS elements. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment