Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:Nice List Box/styles.css: Difference between revisions

Template page
Content deleted Content added
Created blank page
 
No edit summary
Line 1: Line 1:
.template-nice-list-box {
text-align: center;
}

.template-nice-list-box h2 {
font-size: var(--font-size-xxx-large);
font-family: var(--font-family-header-custom);
color: var(--color-base--emphasized);
}

Revision as of 02:53, January 16, 2025

.template-nice-list-box {
	text-align: center;
}

.template-nice-list-box h2 {
	font-size: var(--font-size-xxx-large);
	font-family: var(--font-family-header-custom);
	color: var(--color-base--emphasized);
}