哪里有最全面最细致的 bootstrap 的教程? 本人以前没有 web 前段开发经验。
http://xiemin.me/bootstrap-2.3.0/index.html 知道各个 class 的效果,然后随便套就好了嘛……
#1 楼 @zhbinx 这个我看过了!还有更详细的介绍吗?比如
#1 楼 @zhbinx `
#1 楼 @zhbinx div class="center hero-unit"
#4 楼 @topswim 不是有么。。hero 在组件(components)里……
#1 楼 @zhbinx 说到这里,我还想问问响应式设计,你有没有用过。我设置没有生效。
#5 楼 @zhbinx 顺便问一下,官方文档中并没有把每一个 class 的作用都展示出来,比如 badge 之类,这些都要自己去源码里找吗?
#1 楼 @zhbinx 不错,谢谢!
基础教程
http://railscasts.com/episodes/328-twitter-bootstrap-basics?view=asciicast
进阶
http://railscasts.com/episodes/329-more-on-twitter-bootstrap?view=asciicast
#7 楼 @Teddy 谁说没有 badge 啊,我怀疑你没有仔细看官方文档吧?
Bootstrap 官方的文档页面不是介绍得很详细么
用浏览器的 dev tool 去学习下 bootstrap 官网的 html 源码,或者看给的几个 template,那简直是艺术
http://twitter.github.com/bootstrap/ 我想这里应该也不错,我是看这里学的。
官网就不错了
#9 楼 @xiaoronglv 我想问问这个 twitter-bootstrap-rails gem 和 bootstrap gem 有什么区别啊?