$100 Website Offer

Get your personal website + domain for just $100.

Limited Time Offer!

Claim Your Website Now

BOOTSTRAP

What is bootstrap?

Bootstrap is front end framework for web development. It includes HTML and CSS designed templates and optional javascript plugins. It is also used to create responsive designs.

what are responsive designs?

It is all about creating websites which adjust themselves automatically depending on the device.

Why to use bootstrap?

It is compatible, easy to use, creates responsive designs.

Features:

  • Bootstrap grid systems: It is responsive and columns will arrange automatically.
  • xs- for phones – screens less than 768px wide
  • sm- for tablets – screens equal to or greater than 768px wide
  • md- for small laptops – screens equal to or greater than 992px wide
  • lg- for laptops and desktops – screens equal to or greater than 1200px wide

structure of grid:

<div class=”row”>
  <div class=”col-*-*”></div>
  <div class=”col-*-*”></div>
</div>
<div class=”row”>
  <div class=”col-*-*”></div>
  <div class=”col-*-*”></div>
  <div class=”col-*-*”></div>
</div>
<div class=”row”>
  …
</div>

Bootstrap Containers: Bootstrap requires containers to pad the site contents inside them. There are 2 types of containers .

  1. Containers: it is responsive fixed width container.
  2. Container-fluid: it creates the full width of the container that span the entire width of the container.

Bootstrap images:

Bootstrap buttongroups:

Use a “<div>” element with class .”btn-group” to create a button group

Bootstrap dropdowns

The dropdown class is used to indicate a dropdown menu. Use the dropdown-menu class to actually build the dropdown menu. To open the dropdown menu, use a button or a link with a class of dropdown-toggle and data-toggle=”dropdown”.

The dropdown class indicates a dropdown menu.

To open the dropdown menu, use a button or a link with a class of dropdown.togglw and the data-toggle=”dropdown” attribute.

The caret class creates a caret arrow icon (v), which indicates that the button is a dropdown.

Add the dropdown-mennu class to a <ul> element to actually build the dropdown menu.

Bootstrap Collapse:

Collapsibles are useful when you want to hide and show large amount of content.

The collapse class indicates a collapsible element. this is the content that will be shown or hidden with a click of a button. To control (show/hide) the collapsible content, add the <date-toggle=”collapse” >attribute to an <a> or a <button> element. Then add the <data-target=”#id”> attribute to connect the button with the collapsible content (<div id=”demo”>).

Related Posts

CMS Website Development Checklist: A Step-by-Step Guide for Business Owners

Introduction Your website is the digital headquarters of your business. It operates as your 24/7 sales representative, your primary marketing asset, and the first point of contact…

Read More

How to Choose the Right CMS for Your Business Website

Introduction A website serves as the digital engine of a modern business, but the software powering it determines how fast, secure, and adaptable that engine truly is….

Read More

Common CMS Website Mistakes and How to Avoid Them

Introduction A Content Management System (CMS) offers an accessible way to build, manage, and update a website without needing to write code from scratch. Because platforms like…

Read More

The Amaravati Discovery Guide: Sightseeing and Local Events

Introduction Amaravati is a destination where thousands of years of history, profound spiritual heritage, and evolving modern regional dynamics intersect. Situated along the southern banks of the…

Read More

Navigating DataOps Courses, Certifications, and Professional Services

Introduction Modern organizations rely on fast, accurate, and accessible data to drive operations, customer experiences, and strategic decisions. Yet, as data volumes grow and data architectures expand…

Read More

Integrating AI Software Development with Cloud and DevOps Pipelines

Introduction Modern software engineering has moved far beyond traditional application coding and routine deployments. Organizations across industries are racing to build intelligent, cloud-native platforms capable of processing…

Read More
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x