设计网页文章的工具 Tufte CSS

码农软件 · 软件分类 · 网页开发工具 · 2019-03-20 19:28:25

软件介绍

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%; }}

本文地址:https://www.codercto.com/soft/d/1785.html

The Haskell School of Music

The Haskell School of Music

Paul Hudak、Donya Quick / Cambridge University Press / 2018-10-4 / GBP 42.99

This book teaches functional programming through creative applications in music and sound synthesis. Readers will learn the Haskell programming language and explore numerous ways to create music and d......一起来看看 《The Haskell School of Music》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具