From 850d60c9b2f88bb57531ae05132bf71da3958b06 Mon Sep 17 00:00:00 2001 From: Somdev Basu Date: Sat, 12 Oct 2019 07:46:12 +0530 Subject: [PATCH 1/3] Added letter spacing on the footer 'scroll' text --- css/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/index.css b/css/index.css index 647e751..d31b0d2 100644 --- a/css/index.css +++ b/css/index.css @@ -112,6 +112,10 @@ body { padding: 0; } +.scr1 { + letter-spacing: 0.2rem; +} + .link:active { animation-name: slide; } From 1b8e97d1a2781c45add2795c2856b4fa027dc0d6 Mon Sep 17 00:00:00 2001 From: Somdev Basu Date: Sat, 12 Oct 2019 07:53:21 +0530 Subject: [PATCH 2/3] Update index.html --- index.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 2665164..5820c75 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,10 @@ Vison Search + + + + @@ -19,10 +23,12 @@
- - - - +
+ + + + +
From 22e29110f117cbe7de92f159f65f902416bec6d5 Mon Sep 17 00:00:00 2001 From: Somdev Basu Date: Sat, 12 Oct 2019 07:54:12 +0530 Subject: [PATCH 3/3] Update index.css --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index d31b0d2..d032800 100644 --- a/css/index.css +++ b/css/index.css @@ -4,7 +4,7 @@ body { background: #246895; background-size: cover; background-position: center; - font-family: sans-serif; + font-family: 'Poppins', sans-serif; } .box_div { width: 80%;