Difference between revisions of "Team:Cornell NY/customCSS"

(Created page with "***** PLACE YOUR CUSTOM STYLES HERE *****: cig-head { box-sizing: border-box; color:rgb(41, 41, 41); display: block; font-family: Raleway, "Helvetica Neue"...")
 
Line 1: Line 1:
 
/****** PLACE YOUR CUSTOM STYLES HERE ******/
 
/****** PLACE YOUR CUSTOM STYLES HERE ******/
  
cig-head {
+
.cig-head {
 
     box-sizing: border-box;
 
     box-sizing: border-box;
 
     color:rgb(41, 41, 41);
 
     color:rgb(41, 41, 41);
Line 23: Line 23:
  
 
@media all and (max-width: 990px) {
 
@media all and (max-width: 990px) {
   cig-head {
+
   .cig-head {
 
     font-size: 56px;
 
     font-size: 56px;
 
     line-height: 64px;
 
     line-height: 64px;
Line 29: Line 29:
 
}
 
}
 
@media all and (max-width: 767px) {
 
@media all and (max-width: 767px) {
   cig-head {
+
   .cig-head {
 
     font-size: 32px;
 
     font-size: 32px;
 
     line-height: 40px;
 
     line-height: 40px;

Revision as of 05:19, 14 October 2016

/****** PLACE YOUR CUSTOM STYLES HERE ******/

.cig-head {

   box-sizing: border-box;
   color:rgb(41, 41, 41);
   display: block;
   font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 72px;
   font-weight: 100;
   height: 80px;
   line-height: 80px;
   margin-bottom: 40px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   padding-right: 0px;
   padding-top: 0px;
   width: 457.5px;
   -webkit-font-smoothing:antialiased;

}

@media all and (max-width: 990px) {

 .cig-head {
   font-size: 56px;
   line-height: 64px;
 }

} @media all and (max-width: 767px) {

 .cig-head {
   font-size: 32px;
   line-height: 40px;
   font-weight: 300;
 }

}