-
Source code is on codepen: https://codepen.io/devmahix/pen/dyGeKQz .carousel__slide { position: relative; flex: 0 0 80%; width: 100%; background-color: #f99; counter-increment: item; …
- 406 views
- 0 answers
- 0 votes
-
When I click on the button to rotate the carousel, it doesn’t work on Safari. I have a div that …
- 382 views
- 0 answers
- 0 votes
-
i’ve created a carousel using the w3schools guide and i managed to have the carousel working with the images as …
- 345 views
- 1 answers
- 0 votes
-
The first image of the carousel appears in my page, however the buttons do not work and neither does the …
- 378 views
- 1 answers
- 0 votes
-
I have a boot carousel, the first carousel item is a video and the others are images. When the carousel …
- 364 views
- 0 answers
- 0 votes
-
The code here generates a list of cards using the for loop. These cards are to be put in a …
- 348 views
- 1 answers
- 0 votes
-
I know this is such a beginners question… but <header> <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#carouselExampleIndicators" data-slide-to="1" …
- 347 views
- 0 answers
- 0 votes