- 授权协议: MIT
- 开发语言: HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/edwardtufte/tufte-css
- 软件文档: https://github.com/edwardtufte/tufte-css/blob/gh-pages/README.md
- 官方下载: https://github.com/edwardtufte/tufte-css
软件介绍
Tufte CSS 提供了使用 Edward Tufte 书籍和讲义展示的想法来设计网页文章的工具。 Tufte 的风格以其简洁,广泛使用的注释,图形与文本的紧密结合以及精心挑选的版式而闻名。
Tufte CSS旨在清晰,简洁和统一。 以下是我们的CSS约定的基本示例:
p { font-size: 1.4rem;
line-height: 2rem;
margin-top: 1.4rem;
margin-bottom: 1.4rem;
width: 55%;
padding-right: 0;
vertical-align: baseline; }
@media screen and (max-width: 600px) { p { width: 70%; }}
@media screen and (max-width: 400px) { p { width: 90%; }}
Pro HTML5 and CSS3 Design Patterns
Michael Bowers / Apress / 2011-11-15 / GBP 35.50
Pro HTML5 and CSS3 Design Patterns is a reference book and a cookbook on how to style web pages using CSS3 and HTML5. It contains 350 ready--to--use patterns (CSS3 and HTML5 code snippets) that you ca......一起来看看 《Pro HTML5 and CSS3 Design Patterns》 这本书的介绍吧!
