CodeShikhi (কোড শিখি) is a curated Bootstrap library — copy-paste ready Bootstrap 5 sections including headers, heroes, pricing and footers. Preview live, then drop the bootstrap code straight into your project.
Copy, paste into index.html, then drop any CodeShikhi component inside the container.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap demo</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<!-- Content here -->
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
Pick a section type, copy what you need.
Top navigation bars for any kind of site.
Eye-catching intro sections with a clear call to action.
How it works The carousel is a slideshow for cycling through a series of content, built with CSS 3D transforms and a bit of JavaScript. It works with a series of images, text, or custom markup. It also includes support for previous/next controls and indicators. For performance reasons, carousels must be manually initialized using the carousel constructor method. Without initialization, some of the event listeners (specifically, the events needed touch/swipe support) will not be registered until a user has explicitly activated a control or indicator. The only exception are autoplaying carousels with the data-bs-ride="carousel" attribute as these are initialized automatically on page load. If you’re using autoplaying carousels with the data attribute, don’t explicitly initialize the same carousels with the constructor method. Nested carousels are not supported. You should also be aware that carousels in general can often cause usability and accessibility challenges.
A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options. If you’re familiar with Bootstrap 3, cards replace our old panels, wells, and thumbnails. Similar functionality to those components is available as modifier classes for cards.
Showcase what you offer in a clean grid.
Introduce your people with photo cards.
Limited-time offers with countdowns.
Plan comparison tables and cards.
Customer quotes and reviews.
Auth forms ready to drop in.
Contact forms and info blocks.
Collapsible question lists.
Site footers from minimal to feature-rich.
Email capture sections.
YouTube video card designs — grids, featured players, playlists and thumbnails, all built on Bootstrap 5.
Any Page Full Page Component Ready, just copy & Past
A taste of what's inside — hand-picked components rendered right here.
Download VS Code for Windows, macOS or Linux, install the Live Server extension, and preview your first HTML page in minutes.
A friendly beginner tutor that explains VS Code, HTML, CSS and Bootstrap step by step — in the same language you write in.

CodeShikhi is a free online learning platform founded on June 24, 2026 by MD RAKIB HASAN (a Frontend Developer from Lalmonirhat, Rangpur Division) to help people learn programming, web development, and coding skills through easy tutorials.
Every section is clean Bootstrap HTML you can drop straight into any project.
See exactly what you'll get before you copy. Toggle desktop and mobile views.
No build tools. No frameworks to learn. Just include the Bootstrap CDN and you're done.