Difference between revisions of "Template:Lund/CSS"

Line 1: Line 1:
 
h1 {
 
h1 {
 
color: red;
 
color: red;
 +
}
 +
 +
p {
 +
margin: 10px
 +
background-color: blue;
 
}
 
}

Revision as of 01:06, 24 September 2018

h1 { color: red; }

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