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/master.css

23 lines
475 B
CSS
Raw Normal View History

2024-01-15 17:37:02 +00:00
@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;
}