Home > Web Front-end > HTML Tutorial > line-height和font-size的缩写形式_html/css_WEB-ITnose

line-height和font-size的缩写形式_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:28:04
Original
1144 people have browsed it

line-height和font-size的缩写形式:
在css代码中字体大小和行高可以在一起进行缩。
语法格式如下:

<font-size>/<line-height>
Copy after login

代码如下:

body{font:100%/25px  arial;}
Copy after login

原文地址是:http://www.softwhy.com/forum.php?mod=viewthread&tid=15905

更多内容可以参阅:http://www.softwhy.com/divcss/

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template