Difference between revisions of "Template:Lund/CSS"

Line 3: Line 3:
 
}
 
}
  
p {
+
body {
margin: 10px;
+
 
background-color: blue;
 
background-color: blue;
 
}
 
}

Revision as of 01:06, 24 September 2018

h1 { color: red; }

body { background-color: blue; }