随笔分类 -  CSS3

摘要:新增选择器 p:nth-child(n){color: rgba(255, 0, 0, 0.75)}弹性盒模型 display: flex;多列布局 column-count: 5;媒体查询 @media (max-width: 480px) {.box: {colu... 阅读全文
posted @ 2017-06-02 18:05 zc的救赎 阅读(123) 评论(0) 推荐(0)
摘要::root 选择文档的根元素,等同于 html 元素:empty 选择没有子元素的元素:target 选取当前活动的目标元素:not(selector) 选择除 selector 元素意外的元素:enabled 选择可用的表单元素:disabled 选择禁用的表单元素... 阅读全文
posted @ 2017-06-02 18:01 zc的救赎 阅读(156) 评论(0) 推荐(0)