Review CSS

Plan your projects and define important tasks and actions

Get Started. It's Free
or sign up with your email address
Review CSS by Mind Map: Review CSS

1. background-color

1.1. background-color background-image background-repeat background-attachment background-position

2. link

2.1. • a:link • a:visited • a:hover • a:active

2.2. background-color

2.3. text-decoration

3. text

3.1. color

3.2. text-align

3.3. text-decoration

3.4. text-transform

3.4.1. uppercase

3.4.2. lowercase

3.4.3. capitalize

3.4.4. letter-spacing

3.4.4.1. px

3.4.5. line-height

3.4.6. direction

3.4.7. word-spacing

3.4.7.1. px

3.4.8. text-shadow

4. font

4.1. font-family

4.2. font-size

4.3. font-style

4.4. font-variant

4.5. font-weight

5. Lists

5.1. list-style-type

5.2. list-style-image

5.3. list-style-position

6. color

6.1. BY name

6.1.1. 140 name colors

6.2. HEX values

6.3. RGB Value

6.3.1. rgb(red, green, blue)

6.4. HSL Value

6.4.1. hsl(hue, saturation, lightness)

6.5. RGBA Value

6.5.1. rgba(red, green, blue, alpha)

6.6. HSLA Value

6.6.1. hsla(hue, saturation, lightness, alpha)