Css elementor

Plan your projects and define important tasks and actions

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

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

2. border

2.1. border-style

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

2.2. border-width

2.2.1. px

2.3. border-color

2.4. border-radius

2.4.1. px

2.5. border-rounded

2.5.1. border-image

2.5.2. border-image-source

2.5.3. Specifies how to slice the border image

2.5.4. border-image-width

2.5.5. border-image-repeat

2.5.6. border-radius

3. background-color

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

4. link

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

4.2. background-color

4.3. text-decoration

5. text

5.1. color

5.2. text-align

5.3. text-decoration

5.4. text-transform

5.4.1. uppercase

5.4.2. lowercase

5.4.3. capitalize

5.4.4. text-indent

5.4.5. letter-spacing

5.4.5.1. px

5.4.6. line-height

5.4.7. direction

5.4.8. word-spacing

5.4.8.1. px

5.4.9. text-shadow

5.4.10. vertical-align

6. font

6.1. font-family

6.2. font-size

6.3. font-style

6.4. font-variant

6.5. font-weight

7. begin

7.1. margin

7.2. padding

7.3. height

7.4. width

7.5. px

8. Lists

8.1. list-style-type

8.2. list-style-image

8.3. list-style-position

9. Table

9.1. border

9.2. border-collapse

9.3. text-align

9.4. vertical-align

10. block-level elements

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

10.2. inline-level

10.2.1. <span> <a> <img>

10.3. disply-visibility

11. position

11.1. static -default relative fixed absolute sticky

12. overflow

13. clearfix

13.1. content: ""; clear: both;

14. float-clear

14.1. • left • right • none • inherit

15. counter

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

16. background

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

17. color

17.1. BY name

17.1.1. 140 name colors

17.2. HEX values

17.3. RGB Value

17.3.1. rgb(red, green, blue)

17.4. HSL Value

17.4.1. hsl(hue, saturation, lightness)

17.5. RGBA Value

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

17.6. HSLA Value

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

18. CSS Linear Gradients

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

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