πšƒπšžπšπš˜πš›πš’πšŠπš•πšœ π™΄πš‘πšŽπš›πšŒπš’πšœπšŽπšœ π™ΆπšŽπš π™²πšŽπš›πšπš’πšπš’πšŽπš πš‚πšŽπš›πšŸπš’πšŒπšŽπšœ πš‚πš’πšπš— πš„πš™ π™»πš˜πš πš’πš—


CSS REFERENCE

CSS Selectors


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

CSS Properties

Sets the margin around an element
Property Description
color Sets the color of text
font-size Sets the size of text
margin

CSS Values


Value Description
auto The browser calculates the value
inherit Takes the value from the parent element
fixed The element remains in a fixed position