CSS Selectors and some other Stuff

#X

Allow us to select through ID

*

 

Every element of the page

.X

Allow us select through class attribute

 

X Y

Text

X

X:visited X:link

X + Y

X > Y

X ~ Y

Similar to X + Y
but less strict

X:checked

X:hover

Made with Slides.com