More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mainpage-row { | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
} | |||
.mainpage-row div { | |||
width: 200px; | |||
height: 100px; | |||
border: 1px solid black; | |||
border-radius: 5px; | |||
} | |||
Revision as of 20:42, 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 {
width: 200px;
height: 100px;
border: 1px solid black;
border-radius: 5px;
}