diff --git a/css/clone.css b/css/clone.css index ebe6871..bca3b8a 100644 --- a/css/clone.css +++ b/css/clone.css @@ -3,6 +3,14 @@ padding: 0; } +.carousel-control-prev-icon, .carousel-control-next-icon { + width: 50px; + height: 50px; + margin: 5px; + background-color: greenyellow; + border-radius: 50%; +} + .nav { position: sticky; top: 0; diff --git a/index.html b/index.html index f8a969b..dfb2262 100644 --- a/index.html +++ b/index.html @@ -5,11 +5,21 @@ -