Guide-css
Welcome to CSS.
CSS Properties
- color – Sets the color of text
- background-color – Sets the background color
- font-size – Sets the size of the font
- font-family – Sets the font family
- margin – Sets the margin around an element
- padding – Sets the padding inside an element
- border – Sets the border around an element
- width – Sets the width of an element
- height – Sets the height of an element
- display – Sets how an element is displayed
- position – Sets the positioning method
- top – Sets the top position
- left – Sets the left position
- right – Sets the right position
- bottom – Sets the bottom position
- z-index – Sets the stack order
- float – Sets how an element should float
- clear – Clears floats
- overflow – Sets what happens if content overflows
- text-align – Sets the horizontal alignment of text
- text-decoration – Sets the decoration of text
- line-height – Sets the line height
- letter-spacing – Sets the spacing between letters
- word-spacing – Sets the spacing between words
- text-transform – Controls the capitalization of text
- font-weight – Sets the weight of the font
- font-style – Sets the style of the font
- list-style – Sets the style of a list
- table-layout – Sets the table layout algorithm
- border-collapse – Sets whether table borders should collapse
- border-spacing – Sets the spacing between table borders
- caption-side – Sets the position of a table caption
- empty-cells – Sets whether to show empty cells in a table
- vertical-align – Sets the vertical alignment
- box-shadow – Sets the shadow of a box
- text-shadow – Sets the shadow of text
- opacity – Sets the opacity of an element
- transform – Applies a 2D or 3D transformation
- transition – Sets the transition effect
- animation – Sets the animation
- flex – Sets the flex properties
- grid – Sets the grid properties