Difference between revisions of "Team:Newcastle/workshop/Danielis/css/bootstrapmincss"

(Replaced content with "h1 { color: red; font-size: 300%; }")
Line 2: Line 2:
 
     color: red;
 
     color: red;
 
     font-size: 300%;
 
     font-size: 300%;
 +
}
 +
    #special{
 +
    color:red;
 
}
 
}

Revision as of 19:56, 11 June 2019

h1 {

   color: red;
   font-size: 300%;

}

   #special{
   color:red;

}