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

31 lines
464 B
SCSS

4 years ago
@import "minireset";
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
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) {
margin-top: .5rem;
font-weight: bold;
}
4 years ago
}