Template:Sandbox/CSS

From Hattrick
Revision as of 23:10, 2 May 2025 by Crazycompgeek (talk | contribs) (Created page with "<style> Make text red and bold: .red_text { color: #f42434; font-weight:bold; } </style>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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