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学习记录(四)---router的运用
    node.js 框架express关于报错页面的配置
    node.js 的热更新
    yii2 Menu组件的使用
    node.js 框架express有关于router的运用
    node.js 的页面渲染方法ejs
    什么是mybatis
    如何清除maven中下载失败的包
    hibernate 执行步骤
    什么是ORM
  • 原文地址:https://www.cnblogs.com/joycefan311/p/5653713.html
Copyright © 2011-2022 走看看