欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

了解HTML CSS格式化排版 文字排版_html/css_WEB-ITnose

程序员文章站 2024-01-30 19:52:34
...
这里简单的写一些涉及到字体排版中常用到的属性, 大家可以学习查看, 也可以mark下以后看.

font-family: "Micrsoft Yahei"; 设置字体

font-size: 20px; 设置字号

color: red; 设置颜色

font-weight: bold; 文字加粗

font-style: italic; 文字斜体

text-decoration: underline; 文字下划线

text-decoration: line-through; 文字删除线

text-indent: 2em; 段落缩进

text-align; center; 段落排版居中(左右分别是, left, right)

line-height: 2em; 行间距

letter-spacing: 20px; 字间距(中文)

word-spacing: 50px; 单词间距