轻量级响应式 CSS 框架 StringBean

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

软件介绍

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>

按钮

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

网格

<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>

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

Big Java Late Objects

Big Java Late Objects

Horstmann, Cay S. / 2012-2 / 896.00元

The introductory programming course is difficult. Many students fail to succeed or have trouble in the course because they don't understand the material and do not practice programming sufficiently. ......一起来看看 《Big Java Late Objects》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器