Changes in index.html of image-carousel-- removed prev button

pull/85/head
abhishek 4 years ago
parent f682234a3c
commit 7a0e30943d

@ -27,7 +27,6 @@
</div> </div>
<div class="buttons-container"> <div class="buttons-container">
<button id="left" class="btn">Prev</button>
<button id="right" class="btn">Next</button> <button id="right" class="btn">Next</button>
</div> </div>
</div> </div>

@ -43,7 +43,7 @@ img {
border: none; border: none;
padding: 0.5rem; padding: 0.5rem;
cursor: pointer; cursor: pointer;
width: 49.5%; width: 100%;
} }
.btn:hover { .btn:hover {

Loading…
Cancel
Save