Difference between revisions of "Template:Lund/CSS"

Line 1: Line 1:
 
h1 {
 
h1 {
 
color: red;
 
color: red;
 +
font-size: 50px;
 
}
 
}
  

Revision as of 00:34, 24 September 2018

h1 { color: red; font-size: 50px; }

p { color: red; margin: 20px; }