Learning more about different languages like Bootstrap, Javascript & Html
Pay easily using mobile money services like M-Pesa, Tigo Pesa, and Airtel Money.
Pay NowInstall Bootstrap’s source Sass and JavaScript files via npm, RubyGems, Composer, or Meteor. Package managed installs don’t include documentation or our full build scripts. You can also use any demo from our Examples repo to quickly jumpstart Bootstrap projects.
npm install bootstrap@5.3.3
gem install bootstrap -v 5.3.3
Read our installation docs for more info and additional package managers.
When you only need to include Bootstrap’s compiled CSS or JS, you can use jsDelivr. See it in action with our simple quick start, or browse the examples to jumpstart your next project. You can also choose to include Popper and our JS separately.
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
Import one stylesheet and you're off to the races with every feature of our CSS.
Learn more about our global Sass options.
The easiest way to customize Bootstrap—include only the CSS you need.
Learn more about using Bootstrap with Sass.
Bootstrap 5 is evolving with each release to better utilize CSS variables for global theme styles, individual components, and even utilities. We provide dozens of variables for colors, font styles, and more at a :root
level for use anywhere. On components and utilities, CSS variables are scoped to the relevant class and can easily be modified.
Use any of our global :root
variables to write new styles. CSS variables use the var(--bs-variableName)
syntax and can be inherited by children elements.
.component {
color: var(--bs-gray-800);
background-color: var(--bs-gray-100);
border: 1px solid var
(--bs-gray-200);
border-radius: .25rem;
}
.component-header {
color: var(--bs-purple);
}
Override global, component, or utility class variables to customize Bootstrap just how you like. No need to redeclare each rule, just a new variable value.
body {
--bs-body-font-family: var(--bs-font-monospace);
--bs-body-line-height: 1.4;
--bs-body-bg: var(--body>bs-gray-100);
}
.table {
--bs-table-color: var(--body>bs-gray-600);
--bs-table-bg: var(--bs-gray-100);
--bs-table-border-color: transparent;
}
Download here:
Download here:
Download here:
Key features of our company
Responsive
You don't need to download or install anything on any device to create a website. See all the changes as you make them and have perfect control over your site's content and look.
Passion
Find out where your visitors come from and who shared a link to your website. See who typed your address directly or who found you through organic searching.
Design
Each design comes with prepared content that helps you build your own website. You also have the freedom to change anything you want.
Support
We reply in your language within 24 hours Our friendly and helpful customer support team speaks more than 20 languages and is available 5 days a week to lend a helping hand anytime you need.