purecss.org 一组轻量级、响应式的CSS模块

页面中引入Pure

可以使用雅虎免费的CDN,把下面一行加入页面的<head>

<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">

添加 Viewport Meta 元素

viewport meta 元素控制移动端浏览器的宽度和缩放。为了自适应设备的宽度,下面一行加入 <head>

<meta name="viewport" content="width=device-width, initial-scale=1">

显示全部

http://purecss.org/start/

你可能感兴趣的:(purecss)