- Bootstrap 4:Responsive Web Design
- Silvio Moreto Matt Lambert Benjamin Jakobus Jason Marah
- 315字
- 2021-07-09 18:54:42
Summary
In this chapter, we started our example of creating a landing page. By now, we can create a beautiful page without a single line of CSS or JavaScript!
First, we were able to reveal the secrets behind Bootstrap's scaffolding and understand its proper usage. You learned how to set rows inside a container, columns inside rows, and settings classes for a specific viewport. We played some tricks on columns as well, making nested rows, offsetting columns, and using multiple containers.
The basis of scaffolding will be important throughout the book, and it is in fact the basis of the Bootstrap framework. The power to manipulate it is a key factor in understanding the framework. I advise you to try out some new combinations of rows in your landing page and see what happens. Further in this book, we will show you some other grid combinations and custom layouts.
Furthermore, we played with buttons, which is another key factor in Bootstrap. We presented some of the basis of button configurations and customizations. During the rest of this book, some more options will be presented in many different ways, but respecting the basis that you have just learned.
Tables are also a very common element in web pages, and Bootstrap offers a wide variety of customizations for them. We showed an example with all the main table features that you can for sure use in your daily tasks.
Finally, we saw some tricks of the framework. As I already said, you must understand the roots of Bootstrap to understand the magic. In an easy way, Bootstrap offers helpers to make our work as fast as it can get.
In the next chapter, we will dive into mobile-first development and different viewport configurations, making our landing page best fit for any device. We will also show a nice way to debug our page for any virtual devices.
- Flask Web全棧開發實戰
- The Complete Rust Programming Reference Guide
- Java語言程序設計
- Oracle從入門到精通(第3版)
- Java入門經典(第6版)
- TestNG Beginner's Guide
- VSTO開發入門教程
- Access 2010數據庫基礎與應用項目式教程(第3版)
- Scratch 3.0少兒編程與邏輯思維訓練
- Vue.js光速入門及企業項目開發實戰
- INSTANT PLC Programming with RSLogix 5000
- Java程序性能優化實戰
- PyTorch生成對抗網絡編程
- Spring MVC Cookbook
- C++游戲設計案例教程