foundation5学习
Posted dandan1122
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了foundation5学习相关的知识,希望对你有一定的参考价值。
1、Foundation介绍
Foundation 用于开发响应式的 html, CSS and javascript 框架。
Foundation 是一个易用、强大而且灵活的框架,用于构建基于任何设备上的 Web 应用。
Foundation 是一个以移动优先的流行框架。
提供响应式布局
其他的框架:Bootstrap,Semantic UI ,Pure,UIKit...
2、响应式网页设计
页面的设计与开发跟随设备的尺寸而进行相应的调整与变化。
3、使用foundation创建页面
http://www.runoob.com/foundation/foundation-grid-block.html
a、添加 HTML5 doctype
b、Foundation 5 移动优先
<meta name="viewport" content="width=device-width, initial-scale=1">
c、 初始化组件
<script>
$(document).ready(function() {
$(document).foundation();
})
</script>
以上是关于foundation5学习的主要内容,如果未能解决你的问题,请参考以下文章
在 Symfony2 中使用 Compass 和 Assetic 的 Foundation5