twitter-bootstrap 学习 Twitter Bootstrap 推荐

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/25025159/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-21 21:14:23  来源:igfitidea点击:

Learning Twitter Bootstrap recommendations

csshtmltwitter-bootstraptwitter-bootstrap-3

提问by kfirba

I would really like to learn how to use Twitter Bootstrap 3. The problem is that it seems I can't find a good source to learn it from. Any source I've tried so far assumed that you somehow have some knowledge and wasn't explaining what are the available classes for elements, what are the classes they have used are actually doing etc.

我真的很想学习如何使用 Twitter Bootstrap 3。问题是我似乎找不到一个好的来源来学习它。到目前为止,我尝试过的任何来源都假设您以某种方式拥有一些知识,并且没有解释元素的可用类是什么,他们使用的类实际上在做什么等等。

I simply want a source it can either be a book/videos or w/e that will start from scratch and if possible, will use HTML5, modernizrand respond.jsto make it cross-browser supported and actually give me a start point (base folder just like H5BP) which I can then later on start building my own websites.

我只想要一个来源,它可以是一本书/视频,也可以是从头开始的 w/e,如果可能,将使用HTML5,modernizrrespond.js使其跨浏览器支持并实际上给我一个起点(基本文件夹就像 H5BP ) 然后我可以稍后开始构建我自己的网站。

Thanks in advance!

提前致谢!

采纳答案by Jose Magana

The bootstrap docs are really helpful, probably the best resource.

bootstrap 文档真的很有帮助,可能是最好的资源。

http://getbootstrap.com/getting-started/http://getbootstrap.com/components

http://getbootstrap.com/getting-started/ http://getbootstrap.com/components

回答by DRD

My first recommendation is to learn CSS in depth. Oftentimes, Bootstrap is just not necessary, but developers rely on it because they are too lazy to master CSS fundamentals. You are welcome to check my book series - Functional CSS - which covers almost the entirety of CSS using practical examples.

我的第一个建议是深入学习 CSS。通常,Bootstrap 并不是必需的,但开发人员依赖它是因为他们懒得掌握 CSS 基础知识。欢迎您查看我的系列丛书 - Functional CSS - 它使用实际示例几乎涵盖了整个 CSS。

If you are keen on sticking with Bootstrap, then you can 1) print the source code for their example (Bootstrap examples) and simply re-implement them on your own, typing each block of code one line at a time and observing the effect, and 2) read the Bootstrap source code. The latter is a bit over 6000 lines and should not take long to go through. And, 3) reflecting on what you have learned in 1 and 2, create personal realistic website that uses Bootstrap.

如果您热衷于坚持使用 Bootstrap,那么您可以 1) 打印他们示例的源代码 ( Bootstrap examples),然后自己重​​新实现它们,一次键入一行代码并观察效果, 2) 阅读 Bootstrap 源代码。后者有点超过 6000 行,应该不会花很长时间来完成。并且,3) 反思你在 1 和 2 中学到的东西,创建使用 Bootstrap 的个人真实网站。

回答by Secret Secret

If you are looking for a good source here is one: http://ieatcss.com/twitter-bootstrap-tutorial.html

如果您正在寻找一个好的来源,这里是一个:http: //ieatcss.com/twitter-bootstrap-tutorial.html

3 Step by step real time examples are used in Ieatcss bootstrap 3 tutorial. You can easily understand them without any knowledge of the basics.

3 Ieatcss bootstrap 3 教程中使用了逐步实时示例。您无需任何基础知识即可轻松理解它们。

Don't worry about learning CSS & other messy things. The tutorials in http://ieatcss.comis targeted at complete beginners, you can easily understand them.

不要担心学习 CSS 和其他杂乱的东西。http://ieatcss.com 中的教程是针对完全初学者的,你可以很容易地理解它们。

Regards, Hussain.

问候,侯赛因。