User:Video8/vector.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "h2 { font-size: 2.0em; text-decoration: none; } h3 { font-size: 1.5em; }") |
No edit summary |
||
| Line 1: | Line 1: | ||
h2 { | h2 { | ||
font-size: 2.0em; | font-size: 2.0em; | ||
border-bottom: none; | |||
} | |||
h2:hover { | |||
background-color: #f6f6f6; | |||
} | } | ||
h3 { | h3 { | ||
font-size: 1.5em; | font-size: 1.5em; | ||
} | } | ||
Revision as of 14:41, 19 March 2014
h2 {
font-size: 2.0em;
border-bottom: none;
}
h2:hover {
background-color: #f6f6f6;
}
h3 {
font-size: 1.5em;
}