From 35b4d4809d698cd0c194f20e236cc9419ae7412c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 12 Jun 2022 23:55:53 -0500 Subject: [PATCH] added footer information --- public/css/style.css | 34 ++++++++++++++++++++++++++++++---- views/index.ejs | 13 +++++++++++++ 2 files changed, 43 insertions(+), 4 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 91e76ae..35bb41c 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -328,8 +328,8 @@ table.darkTable tr:nth-child(even) { } table.darkTable thead { - background: #000000; - border-bottom: 3px solid #000000; + background: #1E1E1E; + border-bottom: 3px solid #1E1E1E; } @@ -415,7 +415,7 @@ table.darkTable #keywords{ font-weight: 700; } -/* Contributors */ +/* Contributor cards */ #contributors-title { padding-top: 3rem; @@ -482,7 +482,9 @@ table.darkTable #keywords{ gap: 10px; } .cont-info h4 { - font-size: 1.8rem; + color: #7a7a7a; + font-size: 1.7rem; + font-weight: 700; } .icons { @@ -571,4 +573,28 @@ table.darkTable #keywords{ color: #2de6e2; } +/* Footer */ + +footer { + background-color: lightgray; + display: flex; + flex-direction: column; + align-items: center; + text-align: center; + padding-top: 2rem; +} + +footer h2 { + font-weight: 500; +} + +footer i { + font-size: 2rem; +} + +hr { + border: #979797 solid 1px; + width: 80% ; +} + diff --git a/views/index.ejs b/views/index.ejs index ce94161..f7489a9 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -228,6 +228,19 @@ +