-
-
Notifications
You must be signed in to change notification settings - Fork 79k
Description
Prerequisites
- I have searched for duplicate or closed issues
- I have validated any HTML to avoid common problems
- I have read the contributing guidelines
Describe the issue
I tested the ".card-img-top" and "card-img-bottom" classes. The description for ".card-img-top" states that it places an image to the top of the card when it comes to "card-img-bottom". There is no description of what "card-img-bottom" does. Please checkout the documentation at this point:
What the documentations should say is this:
".card-img-top " sets the top right and top left corners to be rounded. This is useful to match the card's corners at the same location. Should be used if the image is placed at the very top of the card. ".card-img-bottom " sets the bottom right and bottom left corners to be rounded. This is useful to match the card's bottom corners when the image is placed the very bottom of the card."
Reduced test cases
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Chrome, Firefox
What version of Bootstrap are you using?
v5.3

