Difference between revisions of "User:Micky/vector.css"

From Team Fortress Wiki
Jump to: navigation, search
(Created page with "body : { background: black }")
 
Line 1: Line 1:
body : {
+
body: {
background: black
+
background-color:black;
 +
color: white
 
}
 
}

Revision as of 22:33, 20 May 2021

body: {
	background-color:black;
	color: white
}