CSS基础

作者: 鹏飞说 | 来源:发表于2018-04-09 13:11 被阅读17次

    background属性

    color image repeat attachment position

    font属性

    style variant weight size height family

    表的简写

    list-style : image position type

    border属性

    width style color

    网页勾魂8技

    内补丁margin 外补丁padding

    选择器

    包含选择符 p strong 只是针对strong
    子选择符号 p > strong 针对strong里面的所有选择器
    相邻选择符 p + strong 与p元素相邻的选择器

    伪类

    a:link visited hover active

    伪对象

    p: before after 用法 p:before {content:' '}

    选择符的权重优先级

    带有 !important 关键字声明的属性

    第三方辅助软件

    优化CSS EP 压缩软件 辅助软件功能FaseStone Capture

    盒模型

    组成

    padding border margin

    容器浮动效果

    float display visibility

    定位

    相对定位 position
    绝对定位 relative

    相关文章

      网友评论

        本文标题:CSS基础

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