响应式网格系统 Unsemantic

码农软件 · 软件分类 · CSS框架 · 2019-04-20 19:13:08

软件介绍

Unsemantic 响应式网格系统是 960 网格系统的后继接班人,开发者就是 960gs 的作者。它以 960 Grid 类似的方式工作,但不是一组列数,它是完全基于百分比。

例如,如果你想要一个 50% 列宽,简单地使用类=“grid-50”。为5的倍数有网格类:5、10、15…95,100。也可以把一个页面分成三的倍数:grid-33 和网格- 66。

支持的浏览器:Chrome, Firefox, Internet Explorer (7+), Opera, and Safari。

示例代码:

<div class="grid-container">
  <div class="grid-25">
    I am 25% wide.
  </div>
  <div class="grid-50">
    I am 50% wide.
  </div>
  <div class="grid-25">
    I am 25% wide.
  </div>
</div>

本文地址:https://codercto.com/soft/d/4017.html

Algorithm Design

Algorithm Design

Jon Kleinberg、Éva Tardos / Addison-Wesley / 2005-3-26 / USD 144.20

Algorithm Design introduces algorithms by looking at the real-world problems that motivate them. The book teaches students a range of design and analysis techniques for problems that arise in compu......一起来看看 《Algorithm Design》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具