This quick reference guide packs commonly used classes, components, and syntax with examples into one place for your convenience.
A popular front-end development framework to create responsive websites. It includes pre-built CSS, JavaScript, and HTML templates that simplify web design.
From beginner basics to advanced concepts, this cheat sheet has everything you need to master Bootstrap. Get ready to become a Bootstrap pro & create stunning designs in no time!
1. Carousel slide adds animation & CSS transition effects. <div class="carousel slide" data-ride="carousel"> 2. Carousel-caption adds caption for individual slides <div class="carousel-caption">
1. Card-body holds the content of the card. <div class="card-body">InterviewBit</div> 2. Card-link is used for adding a link to a card. <a href="#!" class="card-link">InterviewBit</a>
1. Table-sm creates a table with a small size. <table class="table table-sm"> 2. Table-info adds blue background to the table. <tr class="table-info">
1. Navbar-brand highlights a brand, project, logo of page. <a class="navbar-brand" href="#">InterviewBit</a> 2. Navbar fixed-top fixes navbar attop. <nav class="navbar fixed-top navbar-dark">
Step Up Your Game with InterviewBit Web Stories