forked from Bun/landing-page
Initial upload
This commit is contained in:
parent
bdcd0aebaf
commit
175bed8a21
21 changed files with 506 additions and 0 deletions
11
footer.css
Normal file
11
footer.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
footer {
|
||||
font-family: 'Ubuntu', sans-serif;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background-color: #000000B3;
|
||||
padding: 0.6em 0;
|
||||
color: #FFFFFF;
|
||||
font-size: 0.9em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue