zoukankan      html  css  js  c++  java
  • 练习

    font-family:"楷体";/*字体*/
        font-size : 24px ;、、/*字体大小*/
        font-weight:bold;/*加粗*/
        font-weight:normal;/*正常*/
        font-style:italic;/*倾斜*/
        font-style:normal;/*不倾斜*/
        color:#F00;/*颜色*/
        text-decoration: line-through;/*删除线*/
        text-decoration:overline;/*上划线*/
        text-decoration:none;/*去掉下划线*/
        text-decoration:underline;/*下划线*/
        
        text-align:center;/*水平居中对齐*/
        text-align:left;/*左对齐*/
        text-align:right;/*又对齐*/
        vertical-align:middle;/*垂直居中对齐*/
        vertical-align:top;/*顶部对齐*/
        vertical-align:bottom;/*底部对齐*/
        line-height:24px;/*行高*/
        text-indent:2px;/*首行缩进量*/
        display:none;/*不显示*/
        display:inline-block;/*显示为块,不自动换行,宽高可设*/
        display:block;/*显示为块,自动换行*/
        display:inline;/*效果同span标签,不自动换行,宽高不可设*/
        visibility:hidden;/*可视性,隐藏但是占空间*/
        visibility:visible;/*显示*/    
    font-family:"楷体";/*字体*/
        font-size : 24px ;、、/*字体大小*/
        font-weight:bold;/*加粗*/
        font-weight:normal;/*正常*/
        font-style:italic;/*倾斜*/
        font-style:normal;/*不倾斜*/
        color:#F00;/*颜色*/
        text-decoration: line-through;/*删除线*/
        text-decoration:overline;/*上划线*/
        text-decoration:none;/*去掉下划线*/
        text-decoration:underline;/*下划线*/
        
        text-align:center;/*水平居中对齐*/
        text-align:left;/*左对齐*/
        text-align:right;/*又对齐*/
        vertical-align:middle;/*垂直居中对齐*/
        vertical-align:top;/*顶部对齐*/
        vertical-align:bottom;/*底部对齐*/
        line-height:24px;/*行高*/
        text-indent:2px;/*首行缩进量*/
        display:none;/*不显示*/
        display:inline-block;/*显示为块,不自动换行,宽高可设*/
        display:block;/*显示为块,自动换行*/
        display:inline;/*效果同span标签,不自动换行,宽高不可设*/
        visibility:hidden;/*可视性,隐藏但是占空间*/
        visibility:visible;/*显示*/    
  • 相关阅读:
    Knol of Fabio Maulo
    调用非.net系统的Webservice的探索 ( 二 ) WSE
    在Sql Server 使用系统存储过程sp_rename修改表名或列名
    Who is locking the DB account?
    (python learn) 7 字典
    (python learn) 8 流程控制
    (python learn) 4 number&& string
    where is the data come from after we drop the table
    (healthy recorder) 治疗第6天
    (python learn) 6 列表
  • 原文地址:https://www.cnblogs.com/suncan0/p/4787857.html
Copyright © 2011-2022 走看看