From b30a44f5d576fb7c8c6c0207a0462f9e841ce5e9 Mon Sep 17 00:00:00 2001 From: skolar Date: Mon, 24 May 2021 09:12:30 -0400 Subject: [PATCH] added header --- css/style.css | 19 +++++++++++++++++++ index.html | 14 ++++++++++++-- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 807cc6c..2881e4b 100644 --- a/css/style.css +++ b/css/style.css @@ -8,7 +8,26 @@ src: url('../fonts/Lato/Lato-Regular.ttf'); } +h1, h2, h3, h4, h5, h6 { + margin : 0; +} + body { font-family: Lato; font-weight: 700; +} + +header{ + text-align: center; +} + +.tabs-holder { + text-align: center; + padding: 10px; +} + +.tab { + border-radius : 4px; + background-color : green; + color : white; } \ No newline at end of file diff --git a/index.html b/index.html index 6f5a493..12d9fcd 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,19 @@ Job portal - - + + + +
+

Work With Us

+

Totally we have 11 job openings

+
+ +
+
Employment
+
+ \ No newline at end of file