zoukankan      html  css  js  c++  java
  • css3新特性

    1、选择器

    2、@font-face

    3、word-wrap和text-overflow

    word-wrap 设置当前行超过指定容器的边界是否断开换行,文字此时已经被打断。

    text-overflow:ellipsis

    4、text-decoration 文字渲染

    text-fill-color:文字内部填充颜色

    text-stroke-color:文字边界填充颜色

    text-stroke-width:文字边界宽度

    5、多列布局

    column-count:表示布局几列

    column-rule:列与列之间间隔条的样式

    column-gap:列与列之间的间隔

    6、边框和颜色

    rgb,hsla,border-radius

    7、渐变效果

    gradient

    8、阴影和反射

    元素阴影和文字阴影

    text-shadow,box-shadow

    9、背景效果

    background-clip:背景画区

    background-origin:背景位置

    background-size:调整背景图片的大小

    background-break:用来控制背景怎样在这些不同的盒子中显示

    10、盒子模型

    flex

    11、transition,transform,animation

    transition 过渡

    transfrom 变化

    animation 动画

  • 相关阅读:
    Hyperledger Fabric的容灾备份及恢复方法
    Sentinel使用
    Fabric1.4 架构和原理
    centos开放指定端口
    Python使用ProtoBuffer
    C++动态创建对象
    Shell笔记
    Go语言基础(二)
    Go语言基础(一)
    git常用命令
  • 原文地址:https://www.cnblogs.com/WaTa/p/5727322.html
Copyright © 2011-2022 走看看