Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.31 KB

File metadata and controls

56 lines (43 loc) · 1.31 KB

TemplateBootStrap5.3.2

This is a music-themed single-page (landing page) HTML/CSS template built with Bootstrap 5.3.2.

Features

  • Bootstrap 5.3.2 grid system and responsive components
  • Single-page layout split into sections (navbar, hero, content blocks, footer)
  • Modular CSS structure (separate files imported via import.css)
  • Runs directly in the browser without extra dependencies

Technologies Used

  • HTML5
  • CSS3
  • Bootstrap 5.3.2 (CDN)
  • Google Fonts (Poppins)

Project Structure

TemplateBootStrap5.3.2/
├─ index.html
├─ README.md
├─ css/
│  ├─ import.css
│  ├─ style.css
│  ├─ navbar.css
│  ├─ intro.css
│  ├─ section2.css
│  ├─ section3.css
│  ├─ section4.css
│  ├─ section5.css
│  ├─ section6.css
│  └─ footer.css
└─ img/
   ├─ introfoto.jpg
   ├─ google-photos.svg
   └─ footerimg/icons8-github-30.png

How to Run

  1. Download or clone the project.
  2. Open the project folder.
  3. Open index.html in your browser.

Customization

  • Main layout and content: index.html
  • Central stylesheet import file: css/import.css
  • Section-based styles: css/section*.css, css/navbar.css, css/footer.css

Note

This project is a static template and does not include build, package manager, or test commands.