Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 html5、css3、twitter 引导程序和 javascript 为基于 Web 的应用程序开发 ui。我将所有引导程序文件添加到网页中,但现在我失去了网页的响应能力。在开发过程中网页失去响应的主要原因是什么?
确保包含响应式引导文件。
<link href="css/bootstrap-responsive.css" rel="stylesheet">
查看文档以更好地了解如何实现响应式设计。
标记 php