From bde8e131ee6ecd601ab907d15752d2c9c8e1417b Mon Sep 17 00:00:00 2001 From: smileomi18 Date: Fri, 23 Nov 2018 16:19:15 +0530 Subject: [PATCH] Added footer css --- public/team.html | 7 +++---- public/tech.html | 10 ++++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/public/team.html b/public/team.html index 6d5b63b..698f06c 100644 --- a/public/team.html +++ b/public/team.html @@ -112,11 +112,10 @@ margin-bottom: 0px; margin-top: 20px; } -/* Three columns side by side */ -.column { + + .column { float: left; - /*width: 33.3%;*/ - margin-top: 50px; + margin-top: 50px; margin-bottom: 16px; padding: 0 20px; } diff --git a/public/tech.html b/public/tech.html index 2cb31cd..6dc5245 100644 --- a/public/tech.html +++ b/public/tech.html @@ -112,6 +112,16 @@ margin-bottom: 0px; margin-top: 20px; } + + footer { + font-family: Roboto, sans-serif; + font-weight: 300; + text-align: center; + background-color: hsl(8, 70%, 54%); + color: white; + padding-bottom: 20px; + padding-top: 20px; + }