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

Template page
(create)
 
No edit summary
Line 1: Line 1:
#welcome {
#welcome {
     text-align: center;
     text-align: center;
     border: solid 1px black;
     border: solid 1px #00c5ff;
border-radius: 15px;
border-radius: 15px;
}
}

Revision as of 20:49, 24 March 2022

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