Difference between revisions of "Template:Lund/CSS"

Line 1: Line 1:
<html>
 
 
<style>
 
 
 
h1 {
 
h1 {
 
color: red;
 
color: red;
 
}
 
}
  
</style>
+
p {
</html>
+
color: red;
 +
margin: 20px;
 +
}

Revision as of 00:21, 24 September 2018

h1 { color: red; }

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