From b5ba126b39b487b71b92c63201f4b5e90b5176c3 Mon Sep 17 00:00:00 2001 From: Loc Date: Thu, 9 May 2019 12:26:55 +0700 Subject: [PATCH] 1: create a structure and nav-logo --- index.html | 24 ++++++++++++++++++++++++ style.css | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) diff --git a/index.html b/index.html index 5395ced..cc62464 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,31 @@

You are using an outdated browser. Please upgrade your browser to improve your experience.

+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+ diff --git a/style.css b/style.css index e69de29..4dbf8e7 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,38 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +body { + font-size: 16px; + font-family: Arial, Helvetica, sans-serif; +} + +nav { + background-color: ; + min-height: ; + color: white; +} + +header { + background-color: white; + min-height: 400px; +} + +.environment { + background-color: black; + min-height: 300px; + color: white; +} + +.employees { + background-color: white; + min-height: 300px; +} + +footer { + background-color: black; + min-height: 100px; + color: white; +} \ No newline at end of file