Skip to content
/ superbro Public

Minimalistic CSS boilerplate. Uses CSS Grid layout. Very small and fast to learn.

License

Notifications You must be signed in to change notification settings

eync/superbro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUPERBRO

Minimalistic Boilerplate Made in mind of mobile-first orientation.

It's quick and easy to start new projects with Superbro, since it offers many goods of HTML5 and CSS3 out of box. It's small library and supports all new browser versions.

Visit Superbro.DEV for better documentation.

Try It!

Run on Repl.it
By clicking link above, replit will generate fresh copy from git repo to your account.

Features

  • CSS reset
  • Clean typography
  • Adjustable 12 column grid (help of CSS Grid Definition)
  • Settings.css with VAR functions
  • Headers are adjusted according to the screen with help of calc function

Components

Done Components:

  • Alerts
  • Buttons
  • Forms
  • Tables
  • Blockquote
  • Codeblock
  • Menu

Planned Components:

  • Breadcrumb
  • Cards
  • Dropdown
  • Labels
  • Progress Bar
  • Profile

Grid

The grid itself is flexible and mobile friendly, thanks to CSS Grid. We can also take advantage of "columns" and "rows" as seen below.

Grid example

Todo

  • Remove all PX and replace them with EMs or VHs

Version

Current version is 0.1.4.

Examples

Websites created with superbro boilerplate.

License

Superbro is free to use under the open-source MIT-License