mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
porgress on website
This commit is contained in:
8
website/dist/css/footerstyle.css
vendored
Normal file
8
website/dist/css/footerstyle.css
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
.footer {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
6
website/dist/css/style.css
vendored
6
website/dist/css/style.css
vendored
@@ -88,6 +88,12 @@ body {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#footer {
|
||||
height: 50vh;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#backToTop {
|
||||
border-radius: 500px;
|
||||
border-width: 1px;
|
||||
|
||||
Reference in New Issue
Block a user