Difference between revisions of "Template:Tongji Software/CSS"

(Created page with "<style> Make text red and bold: .red_text { color: #f42434; font-weight:bold; } </style>")
 
Line 1: Line 1:
 
<style>
 
<style>
 
/*Make text red and bold*/
 
/*Make text red and bold*/
.red_text {  
+
.cs {  
 
color: #f42434;  
 
color: #f42434;  
 
font-weight:bold;  
 
font-weight:bold;  
 
}
 
}
 
</style>
 
</style>

Revision as of 13:23, 31 May 2019

<style> /*Make text red and bold*/ .cs { color: #f42434; font-weight:bold; } </style>