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

Line 1: Line 1:
 +
<html>
 
/* create a div with a yellow background*/  
 
/* create a div with a yellow background*/  
 
.yellow_message {  
 
.yellow_message {  
Line 4: Line 5:
 
color: #333333;
 
color: #333333;
 
}
 
}
 +
</html>

Revision as of 15:44, 24 June 2017

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