Posts

Showing posts from August, 2017

Bootstrap Best Practices

Image
Learn HTML, CSS, and Bootstrap You cannot work with Bootstrap if you at least don't have the basic knowledge of HTML and CSS. Understanding CSS will help you do much more with the framework rather than just using the styles that the framework provides Learn the Bootstrap classes , and what it does, as many as possible.This will help you reuse the code that is already in the framework in your HTML for styling your components and thus keeping a clean code. Copying blocks of code will get you the result you want but won’t be as good looking as you’d like. So taking some time to understand what you are working on is always a good idea. Recommended reading:  How to Use Bootstrap With HTML Use custom CSS files Do not ever make changes in your bootstrap.css files in order to customize your website. An easier and much effective way to customize and override the bootstrap style is to create your own custom CSS file. Include this file after you have included the bo