Css elementor
Mohammad Heydarpanahにより

1. background-color
1.1. background-color background-image background-repeat background-attachment background-position
1.2. background-image: url("img_tree.png"); background-repeat: no-repeat; background-position: right top; background-attachment: fixed;
2. text
2.1. color
2.2. text-align
2.3. text-decoration
2.4. text-transform
2.4.1. uppercase
2.4.2. lowercase
2.4.3. capitalize
2.4.4. text-indent
2.4.5. letter-spacing
2.4.5.1. px
2.4.6. line-height
2.4.7. direction
2.4.8. word-spacing
2.4.8.1. px
2.4.9. text-shadow
2.4.10. vertical-align
3. Table
3.1. border
3.2. border-collapse
3.3. text-align
3.4. vertical-align
4. block-level elements
4.1. <div> <h1> - <h6> <p> <form> <header> <footer> <section>
4.2. inline-level
4.2.1. <span> <a> <img>
4.3. disply-visibility
5. clearfix
5.1. content: ""; clear: both;
6. float-clear
6.1. • left • right • none • inherit
7. counter
7.1. • counter-reset • counter-increment • content • counter() or counters()
8. background
8.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)
9. CSS Linear Gradients
9.1. Linear Gradients (goes down/up/left/right/diagonally) Radial Gradients (defined by their center)
9.2. background: linear-gradient(direction, color-stop1, color-stop2, ...);
10. border
10.1. border-style
10.1.1. dotted dashed solid double groove ridge inset outset none hidden
10.2. border-width
10.2.1. px
10.3. border-color
10.4. border-radius
10.4.1. px
10.5. border-rounded
10.5.1. border-image
10.5.2. border-image-source
10.5.3. Specifies how to slice the border image
10.5.4. border-image-width
10.5.5. border-image-repeat
10.5.6. border-radius
11. font
11.1. font-family
11.2. font-size
11.3. font-style
11.4. font-variant
11.5. font-weight
12. begin
12.1. margin
12.2. padding
12.3. height
12.4. width
12.5. px
13. link
13.1. • a:link • a:visited • a:hover • a:active
13.2. background-color
13.3. text-decoration
14. Lists
14.1. list-style-type
14.2. list-style-image
14.3. list-style-position
15. position
15.1. static -default relative fixed absolute sticky
16. overflow
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)