mirror of
https://github.com/musix-org/musix-org.github.io
synced 2024-11-09 22:10:18 +00:00
15 lines
294 B
CSS
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;
|
||
|
}
|