I\'m trying to horizontally center an image in the carousel of Bootstrap 4 Alpha 6.
It doesn\'t seem to work in any way I\'ve tried, including using center-blo
center-blo
Found a solution:
.carousel-item img { margin: 0 auto; }