< Template:Home | Welcome
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
gap: 3em; | gap: 3em; | ||
justify-content: center; | |||
} | } | ||
Revision as of 19:33, 14 April 2022
#welcome {
width: 100%;
text-align: center;
}
#welcome img{
filter: drop-shadow(0 0.2rem #007ad0);
margin-top: 1em;
}
#catlist {
display: inline-flex;
flex-wrap: wrap;
gap: 3em;
justify-content: center;
}