- 授权协议: MIT
- 开发语言: HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/1000ch/grd/commit/d071c7992810b3dd3f57c06807cbe15097c0fe51
- 软件文档: https://github.com/1000ch/grd/blob/gh-pages/readme.markdown
- 官方下载: https://github.com/1000ch/grd/archive/gh-pages.zip
软件介绍
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>
UML精粹:标准对象建模语言简明指南(第3版)(英文影印版)
福勒 / 清华大学出版社 / 2006年3月1日 / 26.00元
《UML精粹:标准对象建模语言简明指南》(影印版)(第3版)可作为高等学校计算机、电子、通信等专业高年级学生及研究生课程之教学用书,同时对软件研究者与开发人员亦颇具参考价值。一起来看看 《UML精粹:标准对象建模语言简明指南(第3版)(英文影印版)》 这本书的介绍吧!
