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/

  • 相关阅读:
    三维体系、点、矢量
    在服务中创建用户进程的方法(C#版)
    C++批判(2)
    MFC五大批判
    Windows服务编写原理及探讨(一)
    Lua常用资源连接
    网友怒批“Linux难敌视窗新七大理由”之我见
    在VC++中实现同步Internet时间
    Lua脚本语法说明(修订)
    Lua 5.0 参考手册
  • 原文地址:https://www.cnblogs.com/joycefan311/p/5653713.html
Copyright © 2011-2022 走看看