skip to main
|
skip to sidebar
CSS references
Jul 20, 2007
Add a background color to a heading
Apply to h-tag
Example
h1 {
background-color: #ADD8E6;
color: #256579;
font: 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
padding: 2px;
}
No comments:
Post a Comment
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