More actions
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: | ||
/* | /* [[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;
}