zoukankan      html  css  js  c++  java
  • CSS function

    按照 winter 老师「知识完备性」的思路,尝试整理了一下 CSS 函数。

    1. Common CSS Functions

      1. url()

      2. attr()

      3. calc()

      4. lang()

      5. :not()

    2. CSS Custom Properties

      1. var()
    3. Color Functions

      1. rgb() and rgba()

      2. hsl() and hsla()

    4. Pseudo Class Selector Functions

      1. :nth-child()

      2. :nth-last-child()

      3. :nth-of-type()

      4. :nth-last-of-type()

    5. Animation Functions

      1. cubic-bezier()

      2. path()

      3. steps()

    6. Sizing & Scaling Functions

      1. scaleX(), scaleY(), scaleZ(), scale3d(), and scale()

      2. translateX(), translateY(), translateZ(), translate3d(), and translate()

      3. perspective()

      4. rotateX(), rotateY(), rotateZ(), rotate3d(), and rotate()

      5. skewX(), skewY(), and skew()

    7. Filter Functions

      1. brightness()

      2. blur()

      3. contrast()

      4. grayscale()

      5. invert()

      6. opacity()

      7. saturate()

      8. sepia()

      9. drop-shadow()

      10. hue-rotate()

      11. SVG filters

    8. Gradient Functions

      1. linear-gradient() and repeating-linear-gradient()

      2. radial-gradient() and repeating-radial-gradient()

      3. conic-gradient() and `repeating-conical-gradi

    9. Gradient Functions

      1. linear-gradient() and repeating-linear-gradient()

      2. radial-gradient() and repeating-radial-gradient()

      3. conic-gradient() and repeating-conical-gradient

    10. Grid Functions

      1. fit-content()

      2. minmax()

      3. repeat()

    11. Shape Functions

      1. circle()

      2. ellipse()

      3. polygon()

      4. inset()

    12. Miscellaneous Functions

      1. element()

      2. image-set()

      3. ::slotted()

  • 相关阅读:
    pair和map
    lower_bound( )和upper_bound( )
    P1886 滑动窗口 /【模板】单调队列
    数的度(数位dp)
    最小生成树
    刷题-力扣-1052. 爱生气的书店老板
    刷题-力扣-766. 托普利茨矩阵
    刷题-力扣-28. 实现 strStr()
    刷题-力扣-697. 数组的度
    刷题-力扣-1004. 最大连续1的个数 III
  • 原文地址:https://www.cnblogs.com/ssaylo/p/13223077.html
Copyright © 2011-2022 走看看