More actions
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
border: 1px solid black; | border: 1px solid black; | ||
border-radius: 5px; | border-radius: 5px; | ||
padding: 10px; | |||
} | } | ||
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 {
align-content: center;
text-align: center;
width: 200px;
height: 100px;
border: 1px solid black;
border-radius: 5px;
padding: 10px;
}