Difference between revisions of "Template:SCUT-China B/Bottom/css/1.css"

(Replaced content with "create a div with a yellow background: .igem_2017_content_wrapper .yellow_message { background-color: #fdeb39; color: #333333; }")
Line 1: Line 1:
 
/* create a div with a yellow background*/  
 
/* create a div with a yellow background*/  
.igem_2017_content_wrapper .yellow_message {  
+
.yellow_message {  
 
background-color: #fdeb39;
 
background-color: #fdeb39;
 
color: #333333;
 
color: #333333;
 
}
 
}

Revision as of 15:43, 24 June 2017

/* create a div with a yellow background*/ .yellow_message { background-color: #fdeb39; color: #333333; }