init
This commit is contained in:
18
assets/css/footer.css
Normal file
18
assets/css/footer.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.footer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding-block: 2rem 5rem;
|
||||
background: var(--color-white);
|
||||
}
|
||||
|
||||
.footer__content .title {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.footer__content .link {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.footer__content ul + ul {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user