1
0
mirror of https://github.com/musix-org/musix-org.github.io synced 2024-09-19 09:11:09 +00:00
musixorg-website/public/css/misc.css
Christer Warén 276ac9c06e Site Update
2024-02-01 18:06:13 +02:00

15 lines
294 B
CSS

@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;
}