zoukankan      html  css  js  c++  java
  • html5晋级之路-css尺寸操作

    1.属性

    height                                       设置元素高度

    line-height                                 设置行高

    max-height                                设置元素最大高度

    max-width                                 设置元素最大宽度

    min-width                                  设置元素最小宽度

    min-height                                 设置元素最小高度

    width                                         设置元素宽度

    clear                                          设置一个元素的侧面是否允许其他的浮动元素

    cursor                                        规定当指向某元素之上时显示的指针类型

    display                                       定义元素在哪个方向浮动

    position                                      把元素放置到一个静态的、相对的、绝对的、固定的位置

    visibility                                      设置元素是否可见或不可见

     //link 代表的是点 text-decoration none可以去掉a标签下面的横线也就是没有修饰 

  • 相关阅读:
    Gym 101606 F-Flipping Coins(概率dp)
    Gym101350 J Lazy Physics Cat
    Gym 101350G
    hdu6188 Duizi and Shunzi (贪心或者dp)
    Gym101350 FMonkeying Around
    codeforce 457DIV2 C题
    codeforce 457DIV2 B题
    codeforce 461DIV2 F题
    codeforce 461DIV2 E题
    PE文件RV转FOA及FOA转RVA
  • 原文地址:https://www.cnblogs.com/fanxinguu/p/4729969.html
Copyright © 2011-2022 走看看