HowTo:Mess up Uncyclopedia/3
Jump to navigation
Jump to search
The effect of the CSS is here.
Section heading
Subsection heading
I guess you like it. Now, let's change the color of the headings. I suggest changing the color to fuchsia.
{{#css:
p, li {
font-family: Comic Sans MS;
}
h1, h2, h3, h4, h5, h6 {
font-family: Impact !important;
color: fuchsia;
}
}}
Make sure it's spelled correctly, otherwise the CSS won't work.