css基础

作者: 小鱼嘻嘻 | 来源:发表于2019-03-10 19:28 被阅读0次

    字体

    • font-family
    • font-size
    • font-style
    • font 简写 size family
    text 相关的属性
    • color 设置文本颜色
    • text-indent 设置缩进
    • line-height 设置行高
    • text-decoration 文本装饰线 overline 上划线 underline 下划线 line-through 中划线
    text 对齐属性
    • text-align 作用在块级元素 left right justify
    • vertical-align 作用于具体的行内元素,垂直对齐 baseline middle text-bottom text-top
    盒模型 box-model
    • content-->padding-->border-->margin
    • margin 表示外边距 margin-left margin-top margin-right margin-bottom 可以简写
    • padding 表示内边距 padding-left padding-top padding-right padding-bottom 可以简写
    • border 表示边框 赋值格式:2px solid green
    • box-sizing 表示计算内容方式 box-content border-box
    垂直外边距折叠
    display属性
    • block inline inner-block none
    背景颜色
    • background-image
    • background-repeat
    • background-position

    相关文章

      网友评论

        本文标题:css基础

        本文链接:https://www.haomeiwen.com/subject/kreppqtx.html