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

Template:Amaranth TV/styles.css: Difference between revisions

Template page
Content deleted Content added
Created page with "table { text-align: center; margin-left: auto; margin-right: auto; border-spacing: var(--space-md) 0; }"
 
No edit summary
Line 1: Line 1:
table {
table {
text-align: center;
text-align: center;
font-weight: bold;
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;

Revision as of 07:30, May 8, 2025

table {
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	border-spacing: var(--space-md) 0;
}