Difference between revisions of "Team:CCA-San Diego/CSS"

Line 10: Line 10:
 
.column full_size h1 {
 
.column full_size h1 {
 
   font-size: 10em;
 
   font-size: 10em;
   color: red;
+
   color: #ff0000;
 
}
 
}

Revision as of 06:04, 25 April 2018

h1, h2, h3, h4, h5, h6 {

 font-family: 'Times New Roman', Times, serif;
 margin: 0;
 padding: 0;
 padding-top: 15px;
 border: none;
 font-weight: bold;

}

.column full_size h1 {

 font-size: 10em;
 color: #ff0000;

}