Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 8: Line 8:
justify-content: center;
justify-content: center;
align-content: center;
align-content: center;
text-align: center;
width: 200px;
width: 200px;
height: 100px;
height: 100px;

Revision as of 20:44, 22 August 2024

/* CSS placed here will be applied to all skins */
.mainpage-row {
display: flex;
align-items: center;
justify-content: center;
}
.mainpage-row div {
justify-content: center;
align-content: center;
text-align: center;
width: 200px;
height: 100px;
border: 1px solid black;
border-radius: 5px;
}