Template:Home/Welcome/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 2: Line 2:
     text-align: center;
     text-align: center;
     border: solid 1px #00c5ff;
     border: solid 1px #00c5ff;
border-radius: 15px;
    border-radius: 15px;
}
}

Revision as of 20:50, 24 March 2022

#welcome {
    text-align: center;
    border: solid 1px #00c5ff;
    border-radius: 15px;
}