Difference between revisions of "Team:Uppsala/CSS"

(just fucking work)
Line 1: Line 1:
 
   
 
   
.title {
+
.title{
color: #FF0000;
+
color:#FF0000;
 +
 
 
}
 
}
  
p.testfont {
+
p.testfont{
 
color: tomato;
 
color: tomato;
 
font-size:400%;
 
font-size:400%;
 
}
 
}

Revision as of 16:31, 22 May 2018

.title{ color:#FF0000;

}

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