Bootstrap - ImagesThis chapter covers the Bootstrap support for images. Bootstrap provides three classes that can be used to apply some simple styles to images − .img-rounded − adds border-radius:6px to give the image rounded corners..img-circle − makes the entire image round by adding border-radius:500px..img-thumbnail − adds a bit of padding and...
Showing posts with label Bootstrap - Images. Show all posts
Showing posts with label Bootstrap - Images. Show all posts
11 December, 2018
Bootstrap - Images
Programing Coderfunda
December 11, 2018
Bootstrap, Bootstrap - Images
No comments
Bootstrap - Images
This chapter covers the Bootstrap support for images. Bootstrap
provides three classes that can be used to apply some simple styles to
images −
.img-rounded − adds border-radius:6px to give the image rounded corners.
.img-circle − makes the entire image round by adding border-radius:500px.
.img-thumbnail − adds a bit of padding...