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/master.css
2024-01-15 19:37:02 +02:00

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