Null/CSS: Difference between revisions
Andre Castro (talk | contribs) |
Andre Castro (talk | contribs) |
||
Line 43: | Line 43: | ||
* embedding fonts | * embedding fonts | ||
== | == pseudo-class == | ||
* <nowiki>:not</nowiki> | * a <nowiki>:visited :hover</nowiki> | ||
* <nowiki>:first :first-line :not</nowiki> | |||
https://developer.mozilla.org/en-US/docs/Web/CSS/:first | |||
https://developer.mozilla.org/en-US/docs/Web/CSS/::first-line | |||
=resources= | =resources= |
Revision as of 09:51, 6 November 2014
css declation
- where in a html document
- css rule
- css block
- declaration
- css block
css rule
css block
css declaration
css 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
- stacking https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Understanding_z_index/The_stacking_context
typography
- native fonts
- font-size: pt, em, px
- embedding fonts
pseudo-class
- a :visited :hover
- :first :first-line :not
https://developer.mozilla.org/en-US/docs/Web/CSS/:first
https://developer.mozilla.org/en-US/docs/Web/CSS/::first-line
resources
https://developer.mozilla.org/en-US/Learn/CSS/Basic_text_styling_in_CSS
https://developer.mozilla.org/en-US/docs/Web/CSS/Syntax