码迷,mamicode.com
首页 > Web开发 > 详细

【2018-01-28】HTML-常用样式属性

时间:2018-01-28 18:18:13      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:htm   image   pos   背景   ble   block   图片   ica   round   

样式:

  大小:

    width 宽度

    height:高度

  背景:

    background-color 背景色

    background-image 背景图片

    background-repeat 背景图的平铺方式    

    background-position 背景图位置

    background-size 背景图的大小

    background-attachment 背景图片是否滚动

  字体:

    font-family 字体样式

    font-size 字体大小

    font-style 倾斜(italic)

    font-weight 加粗(bold)

    text-decoration 下划线(underline)上划线(overline)删除线(line-through)没有,用于去除超链接的下划线(none)

    color 字体颜色

  对齐方式:

    text-align 水平对齐

    vertical-align 垂直对齐(配合display:table-cell)

    line-height 行高

    text-lndent 缩进 单位像素

  边界边框:

    margin 外边距 上右下左

    padding 内边距

    border 边框粗细、样式、颜色

  列表方块:

    list-style none将列表前面的序号去掉

    list-style-image 将前面的序号变为图片

  其他:

    display 显示block隐藏none 不占位置

    visibility 显示visible隐藏hidden占位置

    overflow 超出范围hidden隐藏

 

    

 

【2018-01-28】HTML-常用样式属性

标签:htm   image   pos   背景   ble   block   图片   ica   round   

原文地址:https://www.cnblogs.com/zqyyx/p/8371677.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!