zoukankan      html  css  js  c++  java
  • CSS 的历史 CSS2 CSS3的差别

    相比CSS2,CSS3新增加了许多属性。

    下面是 CSS3 新增的 CSS3 属性列表。

    animation (and eight associated longhand properties)、

    background-clip、

    background-origin、

    background-size、

    border-radius (and four associated longhand properties)

    border-image (and six associated longhand properties)、

    box-decoration-break、

    box-shadow、

    box-sizing、

    columns (and thirteen associated multi-column properties)

    clear-after、

    flex (and eleven associated flexbox properties)、

    font-stretch、

    font-size-adjust、

    font-synthesis、

    font-kerning、

    font-variant-caps、

    hanging-punctuation hyphens、

    icon、

    image-resolution、

    image-orientation、

    line-break、

    object-fit、

    object-position、

    opacity、

    outline-offset、

    overflow-wrap / word-wrap、

    backface-visibility

    perspective、

    perspective-origin、

    pointer-events (for HTML)、

    resize、

    tab-size、

    text-align-last、

    text-decoration-line、

    text-decoration-skip、

    text-decoration-position

    text-decoration-style、

    text-emphasis (and three associated properties)、

    text-justify、

    text-orientation、

    text-overflow、

    transform、

    transform-style、

    text-shadow

    transition (and four associated longhand properties)、

    word-break、

    word-spacing、

    writing-mode

  • 相关阅读:
    使用Hibernate实现简单的增、改、删、查操作
    Hibernate 配置
    Win7/8下Oracle的安装
    Android从相册获取图片
    Android图片缓存分析(一)
    TextView淡入淡出效果
    Android动画全解
    ListView的getChildAt(i)方法
    AIDL小记
    自定义SeekBar的Thumb不对齐的解决方法。
  • 原文地址:https://www.cnblogs.com/Sandra-R/p/4761242.html
Copyright © 2011-2022 走看看