ho già usato:
Type selectors
Descendant selectorscodice:h1 { font-family: sans-serif }
Class selectorscodice:h1 em { color: blue }
ID selectorscodice:.pastoral { color: green }
The link pseudo-classes: :link and :visitedcodice:h1#chapter1 { text-align: center }
The dynamic pseudo-classes: :hover, :active, and :focuscodice:a:link { color: red }
The language pseudo-class: :langcodice:a:link { color: red } /* unvisited links */ a:visited { color: blue } /* visited links */ a:hover { color: yellow } /* user hovers */ a:active { color: lime } /* active links */
ma devo ancora imparare ad usarla bene...codice:html:lang(fr-ca) { quotes: '« ' ' »' }
![]()

Rispondi quotando