biobulkbende.org/app/assets/scss/modules/_footer.scss
2020-10-15 22:35:24 +02:00

8 lines
124 B
SCSS

.footer{
position: absolute;
bottom: -40px;
width: 100%;
background-color: $myRed;
color: white;
text-align: center;
}