#example
.example
element#example
example
parent > child
parent child
parent .child
parent + child
Every odd-numbered child element of its parent
Every even-numbered child element of its parent
Only the first child element of its parent
All child elements of its parent
:first-line
:line-first
:first-letter
:line-start
:link
:visited
:active
:hover
Select all elements
Select all elements except the specified selector
Select only the first child of its parent
Select only the last child of its parent
<style> tag
style attribute
class attribute
External stylesheet
a) <link rel="stylesheet" type="text/css" href="style.css">
<style src="style.css">
<link type="text/css" href="style.css">
<style link="style.css">
font-color
text-color
color
text-style
Adds space inside an element
Adds space outside an element
Sets the font size
Changes the background color
letter-spacing
word-spacing
text-spacing
line-spacing
Hides the element
Changes the font
Increases the element's size
Makes the element visible
Adds rounded corners to an element
Aligns an element to the center
Moves an element to the left or right
Changes the transparency of an element
background-color
bgcolor
background