restyle footer
This commit is contained in:
parent
4344b59cf9
commit
ce95e84992
@ -19,12 +19,23 @@ main
|
|||||||
margin: 1rem
|
margin: 1rem
|
||||||
|
|
||||||
footer > nav > ul
|
footer > nav > ul
|
||||||
margin: 1rem
|
width: 100%
|
||||||
padding: 0
|
background-color: hsl(268, 20%, 34%)
|
||||||
|
|
||||||
|
margin: 1rem 0 0 0
|
||||||
|
padding: 1rem 0
|
||||||
|
|
||||||
display: flex
|
display: flex
|
||||||
justify-content: center
|
justify-content: center
|
||||||
gap: 1rem
|
gap: 1rem
|
||||||
|
|
||||||
|
a,a:visited,a:hover,a:active
|
||||||
|
text-decoration: none
|
||||||
|
color: white
|
||||||
|
opacity: 0.55
|
||||||
|
transition: 0.15s
|
||||||
|
&:hover,:active
|
||||||
|
opacity: 0.75
|
||||||
|
|
||||||
& > li
|
& > li
|
||||||
display: block
|
display: block
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user