1 Star 0 Fork 54

Smoolu/StudyStudio

forked from JoyPoint/StudyStudio 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
text_space.html 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
JoyPoint 提交于 2019-10-07 16:08 +08:00 . WebCode v1.0
<!DOCTYPE html>
<!-- text_space.html
An example to illustrate text spacing properties
-->
<html lang = "en">
<head>
<title> Text spacing properties </title>
<meta charset = "utf-8" />
<style type = "text/css">
p.bigtracking {letter-spacing: 0.4em;}
p.smalltracking {letter-spacing: -0.08em;}
p.bigbetweenwords {word-spacing: 0.4em;}
p.smallbetweenwords {word-spacing: -0.1em;}
p.bigleading {line-height: 2.5;}
p.smallleading {line-height: 1.0;}
</style>
</head>
<body>
<p class = "bigtracking">
On the plains of hesitation [letter-spacing: 0.4em]
</p> <p />
<p class = "smalltracking">
Bleach the bones of countless millions [letter-spacing: -0.08em]
</p> <br />
<p class = "bigbetweenwords">
Who at the dawn of victory [word-spacing: 0.4em]
</p> <p />
<p class = "smallbetweenwords">
Sat down to wait and waiting died [word-spacing: -0.1em]
</p> <br />
<p class = "bigleading">
If you think CSS is simple, [line-height: 2.5] <br />
You are quite mistaken
</p> <br />
<p class = "smallleading">
If you think HTML5 is all old stuff, [line-height: 1.0] <br />
You are quite mistaken
</p>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/smoolu/StudyStudio.git
git@gitee.com:smoolu/StudyStudio.git
smoolu
StudyStudio
StudyStudio
master

搜索帮助