Web Development and Design for Beginners: Learn and Apply the Basic of HTML5, CSS3, JavaScript, jQuery, Bootstrap, DOM, UNIX Command and GitHub - Tools For Building Responsive Websites by Webb James

Web Development and Design for Beginners: Learn and Apply the Basic of HTML5, CSS3, JavaScript, jQuery, Bootstrap, DOM, UNIX Command and GitHub - Tools For Building Responsive Websites by Webb James

Author:Webb, James [Webb, James]
Language: eng
Format: epub, pdf
Published: 2021-10-15T16:00:00+00:00


Bootstrap Container

In Bootstrap, the container sets the content margins relative to the responsive layout of behaviors. It is made up of row elements, and the row elements are the container of columns (called the grid system). In addition, the container class is used for creating boxed content.

There are two classes of containers in Bootstrap:

container

container-fluid

Note the basic layout of a container:

<html>

<body>

<div class="container">

<div class="row">

<div class="col-md-xx"></div>

...

</div>

<div class="row">

<div class="col-md-xx"></div>

...

</div>

</div>

</body>

</html>

Bootstrap buttons

Use Bootstrap's custom button styles for actions on forms, dialogs, and more, with support for multiple sizes, states, and more.

Example: Bootstrap includes several predefined button styles, each with their own semantic purpose, with a few extras added for more control. (Figure 5.1)



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.