如何选择合适的CSS框架

html-css016

如何选择合适的CSS框架,第1张

首先要做的是确保你要使用的框架有确定、能够精确表现详细文档的形式。这一步至关重要,将决定你能否运用框架来达到它的设计初衷。

Next, you should analyze what problems the specified frameworks of your choice will solve. As you come across frameworks that you believe might “fit the bill” for the project(s) at hand, then it would be wise to compare each of them and elaborate on which framework addresses which concerns and satisfies your needs.

接下来,你应当分析应用某个框架可能会遇到的问题。当你手边拿到你认为可能适合你的项目的框架时,比较聪明的做法是把这些框架做一下对比,详细比较各个框架主要涉及的方面,哪个更适合你。

CSS Frameworks allow you to rapidly improve and speed up your development time when used correctly, and provide a powerful way to style our websites and applications with flexibility and effectiveness.

正确地运用CSS框架,可以迅速提高我们的开发速度,并为整个站点和应用的样式化提供一种强大、高效的而且富有弹性的工具。

网页的字体看在哪里,最小是12PX,如果再小的话就不太容易识别了,正文的话推荐14PX-16PX,因为正文的文字比较多,如果太小的话,看久了眼睛就累,按钮的话字体就建议大一点。像自适应或者移动端的网页的话,建设使用REM为单位,REM和PX又有不同,建议你去看看两者之间的区别。