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