[Design] Add footer
This commit is contained in:
@@ -44,8 +44,11 @@ body {
|
||||
background-image: linear-gradient(#26a4c4, #afdde9);
|
||||
min-height: 30vh;
|
||||
.wrapper {
|
||||
align-items: flex-start;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
flex-direction: column;
|
||||
padding-top: 3em;
|
||||
height: 100%;
|
||||
.content {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
@@ -65,6 +68,22 @@ body {
|
||||
color: #FFF;
|
||||
}
|
||||
}
|
||||
footer {
|
||||
margin-top: 3em;
|
||||
padding: 0 1em;
|
||||
text-align: center;
|
||||
color: #292929;
|
||||
a {
|
||||
color: #292929;
|
||||
padding: 0.3em;
|
||||
border-radius: 1.6em;
|
||||
}
|
||||
a:hover {
|
||||
color: #FFF;
|
||||
background-color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.wrapper {
|
||||
|
||||
Reference in New Issue
Block a user