zoukankan      html  css  js  c++  java
  • CSS 按类查看的常用样式属性

    颜色       color    background-color

    空距       margin   padding    

           margin-left   margin-right   margin-top    margin-bottom  

           padding-left    padding-right  padding-top    padding-bottom

    边框       border

           border-width   border-style    border-color

    文本对齐     text-align    text-indent      word-spacing     letter-spacing    line-height   white-space

    字体     font-family     font-size   font-weight    font-style     font-variant    text-decoration    @font-face       text-shadow     

    尺寸     width    height  line-width    max-width   min-width  

    布局    position (static      relative    absolute  fixed )    left   right   float    clear  

    图片      background-image      background-repeat   (repeat   repeat-x   repeat-y   no-repeat)     background-position  (scroll   fixed  /数值  数值/  

         /百分比   百分比/)    background-attachment     

    背景    background-size     background-origin    background-clip

    定位      overflow    clip     vertical-align  z-index

    更多CSS属性 

    http://www.htmldog.com/references/css/properties/

  • 相关阅读:
    [PY3]——logging
    [PY3]——对iterator的处理(解析式、map、reduce、filter)
    php基础语法(文件加载和错误)
    php基础语法(控制语句、数组、函数)
    php基础语法(数据类型、运算符)
    php基础语法(变量)
    java基础语法
    ztree 获取根节点
    每天一个linux命令
    浅谈Web自适应
  • 原文地址:https://www.cnblogs.com/joycefan311/p/5653713.html
Copyright © 2011-2022 走看看