Difference between revisions of "Template:Team:TU Eindhoven/Team CSS"

Line 1: Line 1:
</html>
+
<html>
 
#tekst1 {
 
#tekst1 {
 
font-size:20px;
 
font-size:20px;
Line 5: Line 5:
 
}
 
}
  
<html>
 
 
#kop2 {
 
#kop2 {
 
font-size:35px;
 
font-size:35px;
Line 11: Line 10:
 
text-align:center;
 
text-align:center;
 
}
 
}
 
</html>
 
 
  
 
</html>
 
</html>

Revision as of 12:57, 22 May 2015

#tekst1 { font-size:20px; align: center; } #kop2 { font-size:35px; margin:0 auto; text-align:center; }