Skip to content
forked from dhg/Skeleton

Skeleton: A Beautiful Boilerplate for Responsive, Mobile-Friendly Development

Notifications You must be signed in to change notification settings

SoloPro/Skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton Modified

Skeleton: A Beautiful Boilerplate for Responsive, Mobile-Friendly Development

Modified CSS: skeleton_mod.css Added an option without offsets and an option for a completely fluid skeleton based on percentages

The responsive container is based on a 16 column grid, so to create a two column panel you would code the container like so…

SPANS 7 COLUMNS - CONTENT HERE
<div class="nine columns">
	SPANS 9 COLUMNS - CONTENT HERE
</div>
  • Note 7 + 9 = 16. You can use any combination of column classes as long as your row = 16.

To add offsets (space between the columns), just add the "offset" class to the wrapping container...

To make fluid (responsive to all screens), just add the "fluid" class to the wrapping container...

About

Skeleton: A Beautiful Boilerplate for Responsive, Mobile-Friendly Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%