Template:Sandbox/CSS: Difference between revisions
From Hattrick
Jump to navigationJump to search
Created page with "<style> →Make text red and bold: .red_text { color: #f42434; font-weight:bold; } </style>" |
No edit summary |
||
| Line 1: | Line 1: | ||
.red_text { | .red_text { | ||
color: #f42434; | color: #f42434; | ||
font-weight:bold; | font-weight:bold; | ||
} | } | ||
Latest revision as of 23:14, 2 May 2025
.red_text { color: #f42434; font-weight:bold; }