Contact Us || Privacy Policy || About Us |
|
Bootstrap Images1) Rounded Corners Image in BootstrapUse the .rounded class adds rounded corners to an image. Syntax:- Test it Now2) Circle Image in BootstrapUse the .rounded-circle class adds shapes in an image. Syntax:- Test it Now3) Thumbnail Image in BootstrapUse the .img-thumbnail class shapes the image to a thumbnail (bordered). Syntax:- Test it Now4) Align Images in BootstrapIf you want to use left or right images the use the .float-right class and .float-left class. Syntax:- Test it Now5) Centered Image in BootstrapFor center use of images .mx-auto (margin:auto) & .d-block Syntax:- Test it Now6) Responsive Images in BootstrapCreate responsive images use of .img-fluid Syntax:- Test it Now
Next Topic Bootstrap Badges Label
|