From aa75f67f3e7bdc2e7e19284f4fba35799e2578bd Mon Sep 17 00:00:00 2001 From: Samsul Arifin Date: Tue, 22 Oct 2019 01:18:10 +0700 Subject: [PATCH 1/2] add icon fontawesome --- index.html | 17 +++++++---------- style.css | 10 ++++++++-- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 835ef16..49bfdbb 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,10 @@ + + + + @@ -419,16 +423,9 @@

8354325654



diff --git a/style.css b/style.css index 59ab073..2d63fc5 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ html, body { box-sizing: border-box; margin: 0%; padding: 0%; - font-family: "Darker Grotesque" !important; + font-family: "Darker Grotesque"; } /*--------------- hero section --------------- */ @@ -458,7 +458,7 @@ textarea:focus { /*--------------- footer section starts here --------------- */ .footer { - background: #161616; + background: red; } #media, #address, #mail { @@ -500,6 +500,12 @@ textarea:focus { display: inline-block; } +#media ul li a { + color: #fff; + text-shadow: 1px 1px 1px #fff; + font-size: 1em; +} + @media(max-width: 900px) { .footer .container { width: 92% !important; From 3b230d5e0e67e392a66822cf2494c0df3e074163 Mon Sep 17 00:00:00 2001 From: Samsul Arifin Date: Tue, 22 Oct 2019 01:19:47 +0700 Subject: [PATCH 2/2] revert background color --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 2d63fc5..e7a4ec3 100644 --- a/style.css +++ b/style.css @@ -458,7 +458,7 @@ textarea:focus { /*--------------- footer section starts here --------------- */ .footer { - background: red; + background:#161616; } #media, #address, #mail {