Difference between revisions of "Template:Lund/CSS"

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

Revision as of 01:06, 24 September 2018

h1 { color: red; }

p { margin: 10px; background-color: blue; }