Difference between revisions of "Team:Oxford/CSS"

Line 1: Line 1:
.testing {
+
p {
font-size: 90px;
+
font-size: 200px;
 
color: #FFF;
 
color: #FFF;
 +
background-color:#000;
 
}
 
}

Revision as of 11:43, 27 June 2016

p { font-size: 200px; color: #FFF; background-color:#000; }