From 9361f34116835ae5f6ed59e2b1edc04093e3fbd9 Mon Sep 17 00:00:00 2001 From: "Fresly L. Sipahutar" Date: Tue, 9 Apr 2019 11:01:57 +0700 Subject: [PATCH 1/2] Add file css --- css/header.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 css/header.css diff --git a/css/header.css b/css/header.css new file mode 100644 index 0000000..dde7180 --- /dev/null +++ b/css/header.css @@ -0,0 +1,8 @@ +body { + background-color: #2EA5DE; +} + +.utility a { + display: block; + color: yellow; +} \ No newline at end of file From e12a0840d64f1476a706875374fbdffe6c9e0764 Mon Sep 17 00:00:00 2001 From: "Fresly L. Sipahutar" Date: Tue, 9 Apr 2019 11:02:34 +0700 Subject: [PATCH 2/2] Add html header --- header.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 header.html diff --git a/header.html b/header.html new file mode 100644 index 0000000..3d3e35e --- /dev/null +++ b/header.html @@ -0,0 +1,18 @@ + + + + + + + + Header + + + + + \ No newline at end of file