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/

  • 相关阅读:
    re模块---正则表达式
    configparser 配置文件模块
    svn服务器配置
    python中的list的方法
    python正则表达式
    os模块
    高阶函数
    递归
    推导式
    [转]Java中的多线程你只要看这一篇就够了
  • 原文地址:https://www.cnblogs.com/joycefan311/p/5653713.html
Copyright © 2011-2022 走看看