skip to main
|
skip to sidebar
CSS references
Jul 20, 2007
Use pixels, points, ems for font sizes
Apply for any selector.
Example.
p {
font-size: 10pt;
}
p {
font-size: 12px;
}
p {
font-size: 1em;
}
p {
font-size: 100%;
}
p {
font-size: small;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Labels
color
background-color
font-family
text-decoration
font-size
padding
How do you think about this blog?
Blog Archive
▼
2007
(5)
▼
July
(5)
Add a background color to a heading
Create a link that changes color on mouseover
Remove underlines from any link
Use pixels, points, ems for font sizes
Replace font tags with CSS
No comments:
Post a Comment