web css 表格打印
One of the most neglected areas of web development, print CSS is a very good place to start with the principles of adaptive design and media queries. Users print web pages more frequently than most designers account for, and print stylesheets are a great “fit and finish” step for sites that remain a mark of quality and attention to detail.
打印CSS是Web开发中最被忽视的领域之一,从适应性设计和媒体查询的原则开始是一个很好的地方。 用户打印网页的频率比大多数设计师要高,并且打印样式表对于保持高质量和注重细节的网站来说,是一个很好的“完成和完成”步骤。
Goals: Create a print media query and stylesheet
目标:创建印刷媒体查询和样式表
Total time for practice: 2 hours
练习总时间: 2小时
Prerequisites: The CSS reading list to this point.
先决条件:至此的CSS阅读列表 。
核心材料 (Core Material)
附加阅读 (Additional Reading)
For more information, I’d suggest following up with
, together with Rachel Andrew’s, and this article on how Medium rewrote its print stylesheets.有关更多信息,我建议跟进 我在Smashing Magazine上有关印刷样式表的文章 ,以及Rachel Andrew的文章,以及有关Medium如何重写其印刷样式表的文章 。
当你做完 (When You’re Done)
Print stylesheets are an excellent introduction to media queries, leading naturally to the more complex world of responsive web design.
打印样式表是对媒体查询的出色介绍,自然而然地导致了响应式Web设计更加复杂的世界。
翻译自: https://thenewcode.com/833/Web-Developer-Reading-List-Print-CSS
web css 表格打印