Java、Python项目定制找Java1234_小锋老师,专业又靠谱 QQ:3320160706
Bootstrap - Jake Spurlock PDF 下载
时间:2024-07-03 11:26
来源:http://www.java1234.com
作者:转载
侵权举报
Bootstrap - Jake Spurlock
| 失效链接处理 |
Bootstrap - Jake Spurlock PDF 下载
相关截图:
主要内容:
Basic Grid HTML
To create a simple layout, create a container with a <div> that has a class of .row and
add the appropriate amount of .span* columns. Since we have a 12-column grid, we
just need the amount of .span* columns to equal 12. We could use a 3-6-3 layout, 4-8,
3-5-4, 2-8-2… we could go on and on, but I think you get the gist.
The following code shows .span8 and .span4, which adds up to 12:
<div class="row">
<div class="span8">...</div>
<div class="span4">...</div>
</div>
Offsetting Columns
You can move columns to the right using the .offset* class. Each class moves the span
over that width. So an .offset2 would move a .span7 over two columns (see
Figure 1-2):
<div class="row">
<div class="span2">...</div>
<div class="span7 offset2">...</div>
</div>
|
------分隔线----------------------------
- 关注Java1234微信公众号
-
- 推荐资料
-
- 网站UI商业项目实战 令人惊叫的网
网站UI商业项目实战 令人惊叫的网页是这样炼成的!PDF 下载...
- 移动UI界面设计 PDF 下载
移动UI界面设计 PDF 下载...
- vue3学习笔记 PDF 下载
vue3学习笔记 PDF 下载...
- XMLHttpRequest中文参考手册 PDF 下载
XMLHttpRequest中文参考手册 PDF 下载...
- 细说AJAX与jQuery PDF 下载
细说AJAX与jQuery PDF 下载...
- HTML 列表中的dl,dt,dd,ul,li,ol区别及应
HTML 列表中的dl,dt,dd,ul,li,ol区别及应用 PDF 下载...
锋哥推荐