✨ Add footer
This commit is contained in:
19
styles/Footer.module.scss
Normal file
19
styles/Footer.module.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
.Footer {
|
||||
height: 30px;
|
||||
width: 100%;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
||||
a {
|
||||
padding: 0 1em;
|
||||
transition: all 0.2s;
|
||||
&:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user