Css3

Plan your projects and define important tasks and actions

Comienza Ya. Es Gratis
ó regístrate con tu dirección de correo electrónico
Css3 por Mind Map: Css3

1. border

1.1. border-style

1.1.1. dotted dashed solid double groove ridge inset outset none hidden

1.2. border-width

1.2.1. px

1.3. border-color

1.4. border-radius

1.4.1. px

1.5. border-rounded

1.5.1. border-image

1.5.2. border-image-source

1.5.3. Specifies how to slice the border image

1.5.4. border-image-width

1.5.5. border-image-repeat

1.5.6. border-radius

2. background-color

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

3. link

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

3.2. background-color

3.3. text-decoration

4. text

4.1. color

4.2. text-align

4.3. text-decoration

4.4. text-transform

4.4.1. uppercase

4.4.2. lowercase

4.4.3. capitalize

4.4.4. text-indent

4.4.5. letter-spacing

4.4.5.1. px

4.4.6. line-height

4.4.7. direction

4.4.8. word-spacing

4.4.8.1. px

4.4.9. text-shadow

4.4.10. vertical-align

5. font

5.1. font-family

5.2. font-size

5.3. font-style

5.4. font-variant

5.5. font-weight

6. begin

6.1. margin

6.2. padding

6.3. height

6.4. width

6.5. px

7. Lists

7.1. list-style-type

7.2. list-style-image

7.3. list-style-position

8. Table

8.1. border

8.2. border-collapse

8.3. text-align

8.4. vertical-align

9. block-level elements

9.1. <div> <h1> - <h6> <p> <form> <header> <footer> <section>

9.2. inline-level

9.2.1. <span> <a> <img>

9.3. disply-visibility

10. position

10.1. static -default relative fixed absolute sticky

11. background

11.1. background-clip:Specifies the painting area of the background background-image :Specifies one or more background images: for an element background-origin :Specifies where the background image(s:) is/are positioned background-size: Specifies the size of the background image(s)

12. color

12.1. BY name

12.1.1. 140 name colors

12.2. HEX values

12.3. RGB Value

12.3.1. rgb(red, green, blue)

12.4. HSL Value

12.4.1. hsl(hue, saturation, lightness)

12.5. RGBA Value

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

12.6. HSLA Value

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