Css elementor

Plan your projects and define important tasks and actions

Lancez-Vous. C'est gratuit
ou s'inscrire avec votre adresse e-mail
Css elementor par Mind Map: Css elementor

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

2.2. background-image: url("img_tree.png"); background-repeat: no-repeat; background-position: right top; background-attachment: fixed;

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. overflow

12. clearfix

12.1. content: ""; clear: both;

13. float-clear

13.1. • left • right • none • inherit

14. counter

14.1. • counter-reset • counter-increment • content • counter() or counters()

15. background

15.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)

16. color

16.1. BY name

16.1.1. 140 name colors

16.2. HEX values

16.3. RGB Value

16.3.1. rgb(red, green, blue)

16.4. HSL Value

16.4.1. hsl(hue, saturation, lightness)

16.5. RGBA Value

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

16.6. HSLA Value

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

17. CSS Linear Gradients

17.1. Linear Gradients (goes down/up/left/right/diagonally) Radial Gradients (defined by their center)

17.2. background: linear-gradient(direction, color-stop1, color-stop2, ...);