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

24 lines
480 B
CSS
Raw Permalink 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;
2024-02-01 16:06:13 +00:00
background-image: url("../images/backgrouds/background.png");
2024-01-15 17:37:02 +00:00
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;
2024-02-01 16:06:13 +00:00
}