- 授权协议: 未知
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/markgreenall/StringBean
软件介绍
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>
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》 这本书的介绍吧!
