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.
什么 CSS 响应式网格系统具有以下特点:
我试过one%,但不能做嵌套网格。
Bootstrap为您提供您想要的一切(可能比您想要的更多)。不过,您需要自己设置最大宽度。但这很容易:
.container { max-width: 1024px; }
脚手架页面在网格上有文档。
我认为这应该可以解决问题。不过,我可能对您要查找的内容有误。
http://www.gridsystemgenerator.com/gs03.php?GridWidth=1024&GridColumns=16&GridMarginLeft=10&GridMarginRight=10
body{ margin:0; padding:0; }
并检查这个