Template:Alert/Styles.css: Difference between revisions

From The Undead Archive
Created page with ".alert { padding: 50px; }"
 
No edit summary
Line 2: Line 2:
{
{
padding: 50px;
padding: 50px;
background: var(--light-bg);
}
}

Revision as of 17:49, 10 June 2026

.alert
{
padding: 50px;
background: var(--light-bg);
}