Posts tagged with ‘bootstrap’

Bootstrap 3: Responsive image align center

advertisement

bootstrapIf you are using Bootstrap 3, you might come into a problem where you can use .text-center to align text to center but not image. There are many different work around to solve this issue including wrapping the image within a .text-center div or overriding the .img-responsive class. Although there are many different work around to align image to center in Bootstrap 3, i just found a very convenient way to solve this issue.

bootstrap-center-image

To align image to center in Bootstrap 3, you can try the code below:-

Continue reading Bootstrap 3: Responsive image align center »

Bootstrap – The Responsive Framework

advertisement

bootstrap If you are building responsive website, i would recommend Bootstrap – the responsive framework. Bootstrap helps web developers perform their work faster and easier. It has everything in place right from grid system, table, forms, button, images and etc.

Continue reading Bootstrap – The Responsive Framework »