zoukankan      html  css  js  c++  java
  • CSS Font文字样式

    font-style: /* 文字样式 italic(倾斜) | normal */
    
    font-weight: /* 文字是否加粗 bold | normal(正常) */
    
    font-size: /* 文字大小 */
    
    line-height: /* 行高(每行文字的高度,文字在行内上下居中)*/
    
    font-family: /* 文字字体 "微软雅黑" | "宋体" ... */
    
    /* 复合样式 (有强制顺序) */
    font: /* font-style font-weight font-size|line-height font-family */
    
    color: /* 文本颜色 */
    
    text-indent: /* 首行缩进 单位(px | em(表示1个字体的大小))*/
    
    text-align: /* 文本对齐 left | center | right */
    
    text-decoration: /* 文本修饰 underline | line-through(删除) | overline(上划线) | none */
    
    letter-spacing: /* 字符间距(字母间距) 默认字母右侧存在1个px长度的间距 */
    
    word-spacing: /* 词间距(单词间距) */
  • 相关阅读:
    博客园Js设置
    springboot练习笔记
    相关的其他文件
    设计模式之----代理模式
    JSP的四种范围
    io流读写及相关内容
    缓存
    gson解析json
    Android简单获得通讯录
    android服务之一 Service
  • 原文地址:https://www.cnblogs.com/cjx-work/p/8186329.html
Copyright © 2011-2022 走看看