Protected page

HowTo:Mess up Uncyclopedia/4

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search

Wow! All the

Headings

and

Subheadings

are fuchsia! Amazing!

But that's not all. There are more to do. It might be funny to surround the headings with fancy colorful borders. We'll add more to our code.

{{#css:
p, li {
  font-family: Comic Sans MS;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Impact !important;
  color: fuchsia;
  border: 3px dashed blue;
}
}}

A yellow background might also be nice.

{{#css:
p, li {
  font-family: Comic Sans MS;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Impact !important;
  color: fuchsia;
  border: 3px dashed blue;
  background-color: yellow;
}
}}

Click here to continue.