mootfrost-dev/static/resources/styles/style.css
2023-05-01 16:23:38 +03:00

52 lines
791 B
CSS
Executable file

@import url(/frontend/src/fonts/Raleway/stylesheet.css);
@import url(/frontend/src/fonts/Comfortaa/stylesheet.css);
body {
font-family: Raleway, sans-serif;
background-color: black !important;
color: white;
}
.overlay {
position: relative;
padding: 50px;
}
.btn-back {
position: relative;
transition: 0.3s;
}
.btn-back svg {
margin-left: 20px;
margin-top: 20px;
}
path {
transition: 0.3s;
}
#particles-js {
background-color: transparent;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
}
#background {
background-color: black;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
background-image: url("/frontend/public/background.avif");
opacity: 0.4;
background-size: cover;
}