Template:Sandbox/CSS: Difference between revisions

From Hattrick
Jump to navigationJump to search
Crazycompgeek (talk | contribs)
Created page with "<style> Make text red and bold: .red_text { color: #f42434; font-weight:bold; } </style>"
 
Crazycompgeek (talk | contribs)
No edit summary
 
Line 1: Line 1:
<style>
/*Make text red and bold*/
.red_text {
.red_text {
color: #f42434;
color: #f42434;
font-weight:bold;
font-weight:bold;
}
}
</style>

Latest revision as of 23:14, 2 May 2025

.red_text { color: #f42434; font-weight:bold; }