Difference between revisions of "Team:Uppsala/CSS"

Line 5: Line 5:
  
 
p.testfont {
 
p.testfont {
color: red;
+
color: tomato;
 
font-size:400%;
 
font-size:400%;
 
}
 
}

Revision as of 16:30, 22 May 2018

.title { color: #FF0000; }

p.testfont { color: tomato; font-size:400%; }