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