GrdCSS网格框架

联合创作 · 2023-09-24 00:11

Grd是一个使用Flexbox布局的CSS网格框架。它很小只有512个字节(Gzip压缩)。



特点:


Simple: Provides just 2 base classes Grid and Cell and some modifiers.
Light-weight: Only 512 bytes (Gzipped).
Flexible: Easy to use Flexbox features.


安装:


# via npm
$ npm install grd

# via bower
$ bower install grd

用法:


<div class="Grid">
  <div class="Cell -3of12">3of12</div>
  <div class="Cell -9of12">9of12</div>
</div>



浏览 19
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报