Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Created page with "{{pp-template}}: .toccenter { clear: both; text-align: center; width: 100%; box-sizing: border-box; padding: 0.5em; } .toccenter > * { margin-left: auto; margin-right: auto; }"
 
No edit summary
 
Line 1: Line 1:
/* {{pp-template}} */
/* [[Category:CSS from Wikimedia]] */
.toccenter {
.toccenter {
clear: both;
clear: both;

Latest revision as of 04:41, 5 March 2025

/* [[Category:CSS from Wikimedia]] */
.toccenter {
	clear: both;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0.5em;
}
.toccenter > * {
	margin-left: auto;
	margin-right: auto;
}