美文网首页
文本字体

文本字体

作者: 清风吹落花的香 | 来源:发表于2016-08-12 15:22 被阅读0次

    二.文本格式化概述

    1.控制字体

    字体font-family:Serif ;Sans-serif;Monospace;

    字体大小font-size:

    字体粗细 :font-weight:bold

    字体样式font-style: italic(斜体)

    字体小写代码大写显示font-variant: small-caps;normal(大小写与输入的形式相同)

    2.text-indent: 2em;首行缩进

    line-height:40px;行高

    text-shadow:10px 10px 5px black;阴影

    溢出

    处理空白

    white-space:normal/nowrap

    文本溢出

    text-overflow:clip/ellipsls

    3.换行

    长单词换行

    word-wrap:normal/break-word(单词会被切断)

    文本换行word-break:normal/break-all(保持单词完整)/keep-all(会超出边框);

    相关文章

      网友评论

          本文标题:文本字体

          本文链接:https://www.haomeiwen.com/subject/zvqesttx.html