From e9652e53af5eaf21fd5ff22cf33e5d160aac413d Mon Sep 17 00:00:00 2001 From: Indah Date: Tue, 8 May 2018 21:41:22 +0700 Subject: [PATCH 1/2] Add Header.html --- header.css | 3 +++ header.html | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 header.css create mode 100644 header.html diff --git a/header.css b/header.css new file mode 100644 index 0000000..426aadb --- /dev/null +++ b/header.css @@ -0,0 +1,3 @@ +.utility a { + color: blue; +} diff --git a/header.html b/header.html new file mode 100644 index 0000000..6c8c036 --- /dev/null +++ b/header.html @@ -0,0 +1,18 @@ + + + + + + Header + + + +
+ PULSA + PAKET DATA + PDAM + TOKEN LISTRIK + + + + From 27ea03ace9c11edbb125a558a7c33862c15511d5 Mon Sep 17 00:00:00 2001 From: Indah Date: Tue, 8 May 2018 21:42:16 +0700 Subject: [PATCH 2/2] Add Header.css --- header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.css b/header.css index 426aadb..2573d8b 100644 --- a/header.css +++ b/header.css @@ -1,3 +1,3 @@ .utility a { - color: blue; + color: pink; }