1
0
mirror of https://github.com/musix-org/musix-org.github.io synced 2024-09-19 17:21:10 +00:00
musixorg-website/public/misc.css

15 lines
294 B
CSS
Raw Normal View History

2024-01-15 17:37:02 +00:00
@import "./master.css";
#body {
width: 80%;
height: 100px;
margin-top: 10%;
margin-left: 10%;
margin-bottom: 50%;
text-align: center;
background-color: orange;
color: red;
font-size: xx-large;
border-radius: 10px;
box-shadow: 0 0 30px -5px orange;
}