Null/CSS
Revision as of 09:40, 6 November 2014 by Andre Castro (talk | contribs) (Created page with "==css declation== * where in a html document * css block https://developer.mozilla.org/@api/deki/files/6165/=css_syntax_-_block.png * declaration https://developer.mozilla.o...")
css declation
- where in a html document
- css block
- declaration
Images from https://developer.mozilla.org/en-US/docs/Web/CSS/Syntax
selector rules
- id
- class
- concatenating selectors
http://www.w3.org/TR/CSS2/selector.html
positioning
- absolute
- relative
- fixed
typography
- native fonts
- font-size: pt, em, px
- embedding fonts
other selectors
- :not
resources
https://developer.mozilla.org/en-US/Learn/CSS/Basic_text_styling_in_CSS
https://developer.mozilla.org/en-US/docs/Web/CSS/Syntax