Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A super-lightweight, responsive, 8-column grid based on box-sizing

License

NotificationsYou must be signed in to change notification settings

AllThingsSmitty/responsive-css-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NPM version

A super-lightweight, responsive, 8-column grid based onbox-sizing.

Getting Started

You may install this plugin with this command:

npm install responsive-css-grid --save-dev

Issues with the output should be reported on theresponsive-css-gridissue tracker.

Usage

<divclass="container"><divclass="row"><divclass="col-2-3"><!-- column is 2/3 the total width -->      Your content</div><divclass="col-1-3"><!-- column is 1/3 the total width -->      Your content</div></div><divclass="row"><divclass="col-1-4"><!-- column is 1/4 the total width -->      Your content</div><divclass="col-1-2"><!-- column is 1/2 the total width -->      Your content</div><divclass="col-1-4"><!-- column is 1/4 the total width -->      Your content</div></div></div>

Live Example

Responsive CSS grid.

Browser support

The responsive CSS grid works in the latest versions of:

  • Chrome
  • Firefox
  • Opera
  • Safari
  • Edge
  • Internet Explorer
  • iOS Safari
  • Chrome for Android

The above list is non-exhaustive. This grid works perfectly with any browser that supportsbox-sizing, including IE8+.

License

The MIT License (MIT)

About

A super-lightweight, responsive, 8-column grid based on box-sizing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp