-
Bootstrap Responsive Layout
In this tutorial you will learn how to create responsive websites with Bootstrap framework. What is Responsive Web Design Responsive web design is a process of designing and building websites to provide better accessibility and optimal viewing experience to the user by optimizing it for different devices. With the growing trend of smart phones and…
-
Bootstrap Fluid Layout
In this tutorial you will learn how to create fluid layouts with Bootstrap. Creating Fluid Layout with Bootstrap In Bootstrap you can use the class .container-fluid to create fluid layouts to utilize the 100% width of the viewport across all devices (extra small, small, medium, large, extra large, and extra-extra large). The class .container-fluid simply applies the width: 100% instead of…
-
Bootstrap Fixed Layout
Bootstrap Fixed Layout In this tutorial you will learn how to create fixed layouts with Bootstrap. Creating Fixed Layout with Bootstrap With Bootstrap you can still create web page layouts based on fixed number of pixels, however the container width vary depending on the viewport width and the layout is responsive too. The process of creating…