Check list of basic things that you should know about CSS
After you moved over CSS tutorial from WCS, check this list to see if you get all this things, if no, just move back and try them once more time.
- What is CSS
- CSS Syntax
- grouping selectors
- pseudo selectors
- hierarcy
- Id vs Class Selectors
- CSS Properties
- background
- background-image
- background-color
- background-position
- background-repeat
- text
- color (blue, #00ff00, rgb(255,0,0))
- text-alignment (center, left, right, justify)
- text-decoration
- text-transform
- text-indent
- font
- font-family
- font-style
- font-size (px, pt, em, %)
- pseudo-elements (a:link, visited, hover, active)
- list
- list-style
- list-style-type
- list-style-image
- list-style-position
- border
- border-collapse
- border-width
- border-color
- border-style
- border-side(left, right, top, bottom)
- margin
- padding
- width
- max-width
- min-width
- height
- max-height
- min-height
- outline
- display
- visibility
- opacity
- position
- z-index
- float
- align
- background