Skip to content

LightTaste.css aim to CSS framework that can be seasoned with your favorite

Notifications You must be signed in to change notification settings

ofunaa/LightTaste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LightTaste

LightTaste.css is the most Light taste CSS Frameworks

LightTaste.css aim to CSS framework that can be seasoned with your favorite

お好みで味付け出来るCSSフレームワークを目指しています。

grid systems

basic

example: <div class="ten grid"></div>

<!-- 10:90 -->
<div class="grid_start mb_15">
	<div class="ten grid">10%</div>
	<div class="ninety grid grid_block">90%</div>
</div>

<!-- 20:80 -->
<div class="grid_start mb_15">
	<div class="twenty grid">20%</div>
	<div class="eighty grid grid_block">80%</div>
</div>

<!-- 30:70 -->
<div class="grid_start mb_15">
	<div class="thirty grid">30%</div>
	<div class="seventy grid grid_block">70%</div>
</div>

offset

example: <div class="offset_by_ten"></div>

<!-- offset10 -->
<div class="offset_by_ten"></div>
<!-- offset20 -->
<div class="offset_by_twenty"></div>
<!-- offset30 -->
<div class="offset_by_thirty"></div>

special thanks

Skeleton V2.0.4
Copyright 2014, Dave Gamache
www.getskeleton.com
Free to use under the MIT license.
http://www.opensource.org/licenses/mit-license.php
12/29/2014

About

LightTaste.css aim to CSS framework that can be seasoned with your favorite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published