From 7a0e30943d5ecc08e4730e6d818bf1193869599b Mon Sep 17 00:00:00 2001 From: abhishek Date: Wed, 8 Sep 2021 17:10:29 +0530 Subject: [PATCH] Changes in index.html of image-carousel-- removed prev button --- image-carousel/index.html | 1 - image-carousel/style.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/image-carousel/index.html b/image-carousel/index.html index a3386f9..369e0f4 100644 --- a/image-carousel/index.html +++ b/image-carousel/index.html @@ -27,7 +27,6 @@
-
diff --git a/image-carousel/style.css b/image-carousel/style.css index 338592c..fc818db 100644 --- a/image-carousel/style.css +++ b/image-carousel/style.css @@ -43,7 +43,7 @@ img { border: none; padding: 0.5rem; cursor: pointer; - width: 49.5%; + width: 100%; } .btn:hover {