diff options
| author | Alee <Alee14498@gmail.com> | 2018-12-15 21:31:01 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2018-12-15 21:31:01 -0500 |
| commit | ff6c783ea61d41196f260852a77be8203775613b (patch) | |
| tree | d7306e4a7f585f4435572c6a55175006d5804060 | |
| parent | 2d8c042d127e36485136a56caa86db7663394471 (diff) | |
| download | personal-website-ff6c783ea61d41196f260852a77be8203775613b.tar.gz personal-website-ff6c783ea61d41196f260852a77be8203775613b.tar.bz2 personal-website-ff6c783ea61d41196f260852a77be8203775613b.zip | |
fixed footer
| -rw-r--r--[-rwxr-xr-x] | assets/AleeBot.png | bin | 243570 -> 243570 bytes | |||
| -rw-r--r--[-rwxr-xr-x] | assets/silicon-linux.png | bin | 19494 -> 19494 bytes | |||
| -rw-r--r-- | style.css | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/assets/AleeBot.png b/assets/AleeBot.png Binary files differindex ef4215c..ef4215c 100755..100644 --- a/assets/AleeBot.png +++ b/assets/AleeBot.png diff --git a/assets/silicon-linux.png b/assets/silicon-linux.png Binary files differindex 82a55b6..82a55b6 100755..100644 --- a/assets/silicon-linux.png +++ b/assets/silicon-linux.png @@ -58,6 +58,7 @@ a { .footer { padding: 20px; margin-top: 20px; + position: fixed; bottom: 0px; left: 0px; right: 0px; color: white; background-color: #1f8e42; text-align: center; |
