Can we use Css Grid frameworks with any design?

偶尔善良 提交于 2019-12-13 08:07:52

问题


What are cons to use Grid based approach? Where everything is in proportions?

Does it all make some restrictness? I'm not talking about non-sematic classes, unneeded css code, table- feel structure.

My question is about to work with fix proportions. in grid based system everything increase and decrease in proportions?

I think we can only use grid based framework if we are doing both thing PSD design and XHTML css coding?


回答1:


If you are not designing the site, I highly suggest not using a grid or any other tools that would alter the design (proportionately or otherwise). Leave the design to the designer, and handle development, trying to get your finished design as close as possible to the finished mockup from the designer.

Nother irritates me more than when I have handed off a design to a developer, and he "adjusts" it because of some improvement he thought relevant.

If your designer doesn't use a grid, talk to him about it. If he prefers to continue without a grid, then don't force a grid on his design.




回答2:


Grids don't increase/decrease things proportionally. They merely allow you to layout things in a nice and orderly fashion. I can't think of any cons to grid-based CSS frameworks. Perhaps they are overkill for some projects, but other than that they are terrific and should be favored by veteran designers.



来源:https://stackoverflow.com/questions/2170516/can-we-use-css-grid-frameworks-with-any-design

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!