Home > Web Front-end > HTML Tutorial > 轻量级响应式 CSS 框架:StringBean_html/css_WEB-ITnose

轻量级响应式 CSS 框架:StringBean_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:06:57
Original
1310 people have browsed it

StringBean 是超轻量级的响应式 CSS 框架。

在线演示:http://markgreenall.github.io/StringBean 

代码示例:

简单 Header 布局

<header class="container">  <nav class="row">    <div class="column xsmall-16 small-16 medium-10 large-11 xlarge-12">      <h1>        String Bean      </h1>    </div>    <div class="column xsmall-16 small-16 medium-5 large-4 xlarge-3">      <p id="Strapline">        Powering the internet, gently.      </p>    </div>  </nav></header>
Copy after login

按钮

<a href="/login" class="button normal information">Login</a><a href="/login" class="button normal alert">Register</a>
Copy after login

网格

<div class="grid">    <li class="box xsmall-16 small-16 medium-7 large-5 xlarge-3">        Box #1    </li>    <li class="box xsmall-16 small-16 medium-7 large-5 xlarge-3">        Box #2    </li>    <li class="box xsmall-16 small-16 medium-7 large-5 xlarge-3">        Box #3    </li></div>
Copy after login

项目主页:http://www.open-open.com/lib/view/home/1441788601149

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template