Category: Bootstrap

Bootstrap

Grid system in Bootstrap

Grid system is the main feature of bootstrap. we can divide the container into 12 sections and use those section based on our needs(based on the width of each section in our website design. there 4 classes in bootstrap to use this feature: xs: extra small for mobile device width sm: small for tablets. md…

Bootstrap

what is bootstrap?

bootstrap is a html – css framework mainly used for making responsive websites. Bootstrap have some predefined classes, using those classes we can make the website responsive to all device easily, no need to write separate styles for small devices. Newest version of bootstrap is bootstrap 4. contains some more classes. Main properties of bootstrap…