Difference between revisions of "Team:Toulouse-INSA-UPS/css test"

(Created page with "h1 { color:red; }")
 
Line 1: Line 1:
 +
<html>
 
h1 {
 
h1 {
 
   color:red;
 
   color:red;
 
}
 
}
 +
</html>

Revision as of 12:46, 14 June 2018

h1 { color:red; }