You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
web/sass/main.scss

33 lines
516 B
SCSS

4 years ago
@import "minireset";
4 years ago
@import "fonts";
4 years ago
body {
min-height: 100vh;
display: flex;
flex-direction: column;
4 years ago
font-family: "roboto", sans-serif;
4 years ago
}
header {
}
main {
}
footer {
4 years ago
margin-top: auto;
padding: 3em;
text-align: center;
color: #ECEFF4;
background-color: #2E3440;
border-top: 5px solid;
border-image: linear-gradient(to right, #BF616A 20%, #D08770 20%, #D08770 40%, #EBCB8B 40%, #EBCB8B 60%, #A3BE8C 60%, #A3BE8C 80%, #B48EAD 80%) 5;
p:nth-child(2) {
4 years ago
margin-top: 1rem;
4 years ago
font-weight: bold;
}
4 years ago
}