Difference between revisions of "User:Certified nqh/common.css"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Line 1: Line 1:
 
body {
 
body {
  background-color: #000;
+
  background-image: -webkit-linear-gradient(left, #AAA, #555);
color: #FFF;
 
 
  font-family: Courier;
 
  font-family: Courier;
}
 
 
a {
 
background-color: #000;
 
color: #FFF;
 
}
 
 
div {
 
background-color: #000;
 
color: #FFF;
 
 
}
 
}

Revision as of 14:42, 12 October 2023

body {
 background-image: -webkit-linear-gradient(left, #AAA, #555);
 font-family: Courier;
}