mirror of
https://github.com/musix-org/musix-org.github.io
synced 2024-11-09 22:10:18 +00:00
23 lines
475 B
CSS
23 lines
475 B
CSS
|
@import "./styling.css";
|
||
|
|
||
|
body {
|
||
|
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
|
||
|
margin: 0;
|
||
|
background-image: url("./img/backgrouds/background.png");
|
||
|
background-size: cover;
|
||
|
background-repeat: no-repeat;
|
||
|
background-attachment: fixed;
|
||
|
background-position: center;
|
||
|
height: auto;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
header h1 {
|
||
|
text-align: center;
|
||
|
font-size: 6vw;
|
||
|
text-shadow: 0 0 5px white;
|
||
|
}
|
||
|
|
||
|
.rounded-circle {
|
||
|
border-radius: 50% !important;
|
||
|
}
|