mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-11-15 04:13:07 +00:00
8 lines
124 B
SCSS
8 lines
124 B
SCSS
|
.footer{
|
||
|
position: absolute;
|
||
|
bottom: -40px;
|
||
|
width: 100%;
|
||
|
background-color: $myRed;
|
||
|
color: white;
|
||
|
text-align: center;
|
||
|
}
|