Skip to content

jakubpabis/100percent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

100percent

jQuery column framework

syntax:

X - number of columns
Y - total columns number

You should use only counting numbers - without 0. You can use whatever counting numbers you want :)

min. width 1441px: col-xxl-XofY
min. width 1280px: col-xl-XofY
min. width 1024px: col-l-XofY
min. width 800px: col-m-XofY
min. width 580px: col-s-XofY
max. width 579px: col-xs-XofY

EXAMPLE:
<div class="col-xxl-1of2 col-xl-3of12 col-l-5of20"></div>

Install

include jQuery from here and columns.js right before </body> ending tag.
Also include columns.css in <head> section.

About

jQuery column framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published