CSS
Door manuel galvez
1. Tekstopmaak
1.1. font-family
1.2. font-size
1.3. font-style
1.3.1. italic
1.3.2. oblique
1.4. font-variant
1.4.1. small-caps
1.5. font-weight
1.5.1. bold
1.5.2. bolder
1.5.3. lighter
1.6. color
1.6.1. red, blue...
1.6.2. #rrggbb
1.6.3. rgb(...,...,...)
1.7. text-align
1.7.1. left
1.7.2. center
1.7.3. right
1.7.4. justify
1.8. text-decoration
1.8.1. none
1.8.2. underline
1.8.3. overline
1.8.4. line-through
1.8.5. blink
2. Algemeen
2.1. <link rel=”stylesheet” type=”text/css” href=”stijl.css”>
2.2. selector1, selector2 { eigenschap1: waarde; eigenschap2: waarde; }
3. Achtergrond
3.1. background-color
3.2. background-image
3.2.1. url('...')
3.3. background-position
3.3.1. top left
3.3.2. top center
3.3.3. top right
3.3.4. bottom...
3.4. background-repeat
3.4.1. repeat-x
3.4.2. repeat-y
3.4.3. no-repeat
3.4.4. repeat
3.5. background-attachment
3.5.1. scroll
3.5.2. fixed
4. Classes
4.1. selector.class
4.2. .class
4.3. pseudoclasses
4.3.1. a:link
4.3.2. a:hover
4.3.3. a:active
4.3.4. a:visited