how to change the position of caption of carousel bootstrap code example
Example: react bootstrap carousel caption placement top
.carousel-caption {
top: 0;
bottom: auto;
}
.carousel-caption {
top: 0;
bottom: auto;
}