Selector | Description |
---|---|
element | Selects all elements with the specified element name |
.class | Selects all elements with the specified class name |
#id | Selects an element with the specified id |
Property | Description |
---|---|
color | Sets the color of text |
font-size | Sets the size of text |
margin | Sets the margin around an element
Value | Description |
---|---|
auto | The browser calculates the value |
inherit | Takes the value from the parent element |
fixed | The element remains in a fixed position |