切图 letter-spacing如何写_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 08:59:30
Original
1287 people have browsed it


根据上图,如何确定文字与文字之间的间距 letter-spacing是多少


回复讨论(解决方案)

这个如果是设计师出的稿子,建议跟设计是沟通一下,你现在需要做的结果,是不是他期望的结果。
依我的经验来看这个字符间距不需要处理。
如果非要处理:letter-spacing的间距就是ps上面两个字之间的间距。

<!doctype html><html><head>    <meta charset="UTF-8">    <title></title>    <style type="text/css">        *{margin: 0;padding: 0;}        .a{word-spacing:10px;}    </style></head><body><div class="a">投资案例</div></body></html>
Copy after login

一般用默认值,不用设置的!

Related labels:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!