带有蓝图 css 的 HTML5 样板
我正在考虑将这两种技术结合起来用于一个新项目。
这是坏主意吗?有没有推荐的替代网格系统与 html5 样板一起使用?
I'm thinking of combining these two technologies for a new project.
Is this bad idea? Are there any recommended alternative grid systems to use with html5 boilerplate?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
实际上,我将它们混合在一起,并且它们一起工作得很好。
我所要做的就是用
修改
Actually, I mixed them both and they worked well together.
All I had to do is modifying
<div id="container">
with<div class="container" id="container">
您可以尝试 Code Kick Off,您可以将 Boilerplate 与以下任何网格结合起来:
You can try Code Kick Off, you can combine Boilerplate with any of these grids:
在这里回复有点晚了,但你可以看看 BlueTrip 这是类固醇的蓝图
A bit late replying here, but you could look at BlueTrip which is Blueprint on steroids
Google for Zurb 的 Foundation CSS 平台:http://foundation.zurb.com/
两全其美。移动就绪、网格、html5 重置并使用最新的脚本和口哨。
Google for Zurb's Foundation CSS platform: http://foundation.zurb.com/
Has the best of both worlds. Mobile-ready, grids, html5 reset and uses latest scripts and whistles.
为什么要费心集成多个解决方案来创建一个解决方案并陷入集成、学习和实施的负担呢?大多数时候,选择一种看起来接近满足您的要求的产品并使用它来完成实施是明智的选择。例如,看看 Twitter 的 Bootstrap http://twitter.github.com/bootstrap/index.html 并且您可能不需要网格系统。
Why bother integrating multiple solution to create one and get into the overload of integration, learning and implementation. Most of the times its much wiser to choose one product that looks close to sufficing you requirements and use it for complete implementation. For example have a look at Twitter's Bootstrap http://twitter.github.com/bootstrap/index.html and you might not need a grid system.