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/

  • 相关阅读:
    如何用vue做计算器功能
    js反弹运动
    $.each的使用
    js文字滚动事件
    根据服务器时间,计算出时间轴的倒计时。
    时间格式转时间戳的几种方法
    匀速运动升级
    js匀速运动
    js图片滚动无缝衔接
    webFrame
  • 原文地址:https://www.cnblogs.com/joycefan311/p/5653713.html
Copyright © 2011-2022 走看看