Skip to content

A bootstrap fork adding breakpoints for very large screens, such as full screen 1080p or 4k.

License

Notifications You must be signed in to change notification settings

thunderblaster/bootstrap-xxl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap 4 with two additional breakpoints:

  • xxl - min-width: 1900px (desktops at full screen)
  • xxxl - min-width: 3000px (4k at full or near full screen)

Use these as you would other breakpoints, e.g. <div class='col-12 col-md-6 col-lg-4 col-xl-3 col-xxl-2'>. The container max-width is increased for these breakpoints as well. See it in action at thunderblaster.github.io/bootstrap-xxl.

To use, simply download and link dist/css/bootstrap.min.css and dist/js/bootstrap.min.js, or the non-minified or bundled version if you prefer.

Now available from npm!

npm install bootstrap-xxl

About

A bootstrap fork adding breakpoints for very large screens, such as full screen 1080p or 4k.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 44.3%
  • JavaScript 41.2%
  • HTML 13.2%
  • Other 1.3%