From 5630a280cd63f6dc5e8e7c11d321d0a66f7b86dd Mon Sep 17 00:00:00 2001 From: Simran Kaur <46941235+simranchanna@users.noreply.github.com> Date: Sat, 3 Oct 2020 10:20:30 +0530 Subject: [PATCH 1/3] Update index.css --- index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index e313e23..95d63ec 100644 --- a/index.css +++ b/index.css @@ -242,7 +242,7 @@ header{ color: #FFF; text-decoration: none; text-transform: lowercase; - //background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #FFF 50%); + /*background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #FFF 50%);*/ background-size: 230%; transition: all .4s; } .navigation__link:link span, .navigation__link:visited span { @@ -502,7 +502,7 @@ input{ /*---RESPONSIVE DESIGN---*/ /*---------BODY---------*/ - body + body{ @media only screen and (max-width: 56.25em) { body { font-size: 50%; From ab90b421c9fe5899172e2bd40618e772e03a259a Mon Sep 17 00:00:00 2001 From: Simran Kaur <46941235+simranchanna@users.noreply.github.com> Date: Sat, 3 Oct 2020 10:28:14 +0530 Subject: [PATCH 2/3] Update index.html --- index.html | 66 +++--------------------------------------------------- 1 file changed, 3 insertions(+), 63 deletions(-) diff --git a/index.html b/index.html index fb5780b..f6c347c 100644 --- a/index.html +++ b/index.html @@ -6,58 +6,9 @@ Shopo - - - - - - - - + + + From 4f01d66005ba7739f89180b246d2f1e9253370ce Mon Sep 17 00:00:00 2001 From: Simran Kaur <46941235+simranchanna@users.noreply.github.com> Date: Sat, 3 Oct 2020 10:29:30 +0530 Subject: [PATCH 3/3] Update suggestion --- suggestion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suggestion b/suggestion index d640764..ccee538 100644 --- a/suggestion +++ b/suggestion @@ -1 +1 @@ -add code documentation for beginners who dont know much about code +add buttons to go to different pages on the website and improve UX.