Template:Home/Welcome/styles.css

Template page
Revision as of 15:25, 14 April 2022 by Timothy (talk | contribs)
#welcome {
    width: 100%;
    text-align: center;
}

#welcome img{
    filter: drop-shadow(0 0.2rem #007ad0);
    margin-top: 1em;
}

#catlist {
    display: inline-flex;
    gap: 3em;
}