Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
HTML-StarterKit is a simple, modular HTML5 template to kick off your responsive websites.
HTML-StarterKit is a free, MIT-licensed HTML5 boilerplate written in SCSS and based on the BEM naming convention, designed to speed up the start of responsive websites.
HTML-StarterKit is a modular starter template that gives you a prebuilt index.html with common meta tags, compiled styles.css and styles.min.css, a functions.js for your own scripts, and an organized SCSS source folder. It runs in any modern browser and is maintained by zitrusfrisch, with the project homepage and a live demo at zitrusfrisch.de/html-starterkit. The template uses HTML5, SCSS, and a flexbox-based 12-column grid, and it is completely responsive out of the box.
scss folder holds all styles, split into separate files per section and module, plus a settings.scss for global settings and a core folder for global styles; it includes Normalize CSS Reset and a set of mixins and functions.grid__cell and grid__cell--xxs-2 keep the CSS readable and scalable.grid, define each column with grid__cell, and control widths at breakpoints from xxs to xxxl using classes such as grid__cell--xxs-2; column spans range from 1 (default) to 12.grid__cell-offset-left--320-2 and grid__cell-offset-right--320-2 for fine-tuned responsive layouts.mt--s, mt--m, mb--l control margin-top and margin-bottom; font-size and font-family utility classes were added in v4.1.index.html, grid classes, and spacing utilities to assemble columns and sections without resetting browser defaults.grid__cell-- span classes and offset utilities to see how content behaves across small, medium, and large screens.HTML-StarterKit is free. It is released under the MIT license, so you can use it in personal and commercial projects without cost.
Yes. HTML-StarterKit is released under the MIT license and is free for both personal and commercial usage. You can fork it and modify it as needed.
The latest release is version v4.4, published on 03.02.2023. It includes minor fixes and updates to the grid documentation.
No. It uses custom SCSS and a flexbox-based 12-column grid system, not a prebuilt CSS framework like Bootstrap. All styles are modular and based on BEM naming.
Wrap columns in a container with the class grid, define each column with grid__cell, and specify the column span at different breakpoints using classes like grid__cell--xxs-2. Offsets are available via grid__cell-offset-left--320-2 and similar classes.
