Create a Django website

This commit is contained in:
Michał Gdula 2023-06-18 18:06:01 +00:00
parent 69170f19fb
commit a71584ef98
60 changed files with 1344 additions and 1150 deletions

View file

@ -0,0 +1,28 @@
footer
width: 100%
height: 5.6rem
display: flex
flex-direction: column
justify-content: center
align-items: center
background-color: $light
color: $dark
p
margin: 0
font-size: 0.9rem
text-align: center
color: inherit
a
margin: 0
font-size: 0.9rem
text-decoration: none
color: $accent
cursor: pointer
&:hover
text-decoration: underline