From 85df33817512708a351f5f47b381946ef66e5f1d Mon Sep 17 00:00:00 2001 From: Faizanrukhsar <71619605+Faizanrukhsar@users.noreply.github.com> Date: Wed, 30 Sep 2020 20:29:21 +0530 Subject: [PATCH 1/4] Update index.html --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b129cf0..e23b769 100644 --- a/index.html +++ b/index.html @@ -87,7 +87,9 @@

The Final Product

From 2c276a807ffd9f9b87d82a7094251c29053e7648 Mon Sep 17 00:00:00 2001 From: Faizanrukhsar <71619605+Faizanrukhsar@users.noreply.github.com> Date: Wed, 30 Sep 2020 20:31:55 +0530 Subject: [PATCH 2/4] Update index.css --- index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.css b/index.css index 6d4447b..ed61478 100644 --- a/index.css +++ b/index.css @@ -68,3 +68,9 @@ img { max-width: 200px; max-height: 200px; } +li{ + list-style:none; + display:block; + width:25%; + margin:0px auto; + } From 0bf2de6a37b3a18342441ad70f48777e4e91a9d0 Mon Sep 17 00:00:00 2001 From: Faizanrukhsar <71619605+Faizanrukhsar@users.noreply.github.com> Date: Wed, 30 Sep 2020 20:33:56 +0530 Subject: [PATCH 3/4] Update index.css --- index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index ed61478..e8972fe 100644 --- a/index.css +++ b/index.css @@ -68,8 +68,8 @@ img { max-width: 200px; max-height: 200px; } -li{ - list-style:none; +.copywrite{ + display:block; width:25%; margin:0px auto; From 49ce92d624304f4f179c78d9f0d640e7b8b3bf93 Mon Sep 17 00:00:00 2001 From: Faizanrukhsar <71619605+Faizanrukhsar@users.noreply.github.com> Date: Wed, 30 Sep 2020 20:36:01 +0530 Subject: [PATCH 4/4] Update index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index e23b769..afdfbbe 100644 --- a/index.html +++ b/index.html @@ -87,9 +87,9 @@

The Final Product