zoukankan      html  css  js  c++  java
  • CSS文本字体边框的属性名称

    字体

    font-size  --字体大小
    font-weight:bolder/told/homal/100-900 粗->细
    font-family --字体类型
    font-style:italic/oblique/normal --字体倾斜
    font:bold italic 30px/2 "微软雅黑"
    font-weight font-style font-size font-family
    font-style|font-weight|font-size|line-height|font-family
    lint-height:nomal;//数值
    color:#333 --颜色
    

    文本

    text-tarnsform:uppercase  - 全大写/lowrcase-全小写/capitalize-首字母大写  
    font-variant:small-caps - 设置文本小型大写字母
    

    文本对齐方式
    水平对齐方式 - text-align:left/right/center-居中/justify-两端对齐

    垂直对齐方式
    verticca-align:top/bottom/middle 中间

    文本修饰
    text-decoration:
    none-没有修饰
    underine-添加下划线
    overline-添加上划线
    line0through-添加删除线

    首行缩进
    text-indent:2em

    文本阴影
    text-shadow

    字间距
    letter-spacing:value

    词间距
    word-spacing:value

    列表属性
    list-style-type:
    disc实心
    ircle-空心
    square-实心方块
    none-去调列表符号

    list-style-image:url(图片路径)
    list-style-position:outside-外边/inside-里边
    list-style:none -去掉列表样式

    边框

    border
    border-style:
    solide-实线
    dashed-虚线
    dotted-点状线
    double-双线
    non-o去掉边框
    border-value - 边框厚度
    border-color:#333

    边框属性
    boder-top:
    boder-left:
    boder-right:
    boder-botton:

  • 相关阅读:
    store的应用
    创建简单的SimpleStore
    设置间隔一周的算法
    C#里缓存的使用
    javaFileWrite,FileReader
    javaArrayList
    java函数方法
    java学生管理系统(简易版)
    Tensorflow框架
    java日期
  • 原文地址:https://www.cnblogs.com/yiniantt/p/14211031.html
Copyright © 2011-2022 走看看