CSS function Daquan

CSS function (Method) Reference

As a function of various values ​​of CSS CSS property.

function description
attr() Returns the value of the selected attribute element
calc() It allows you to perform calculations to determine the CSS property values
cubic-bezier() Cubic Bezier curve defined
hsl() Using the model Hue-Saturation-Lightness (HSL) color defined
HSLA () Using Hue-Saturation-Lightness-Alpha model (of HSLA) defined color
linear-gradient() The linear gradient as the background image. Defining at least two colors (top to bottom)
radial-gradient() The radial gradient as the background image. Definition of two colors (center to edge) at least
repeating-linear-gradient() Repeating linear gradient
repeating-radial-gradient() Repeat radial gradient
rgb() Use red - green - blue model (RGB) color definitions
rgba () Using Red-Green-Blue-Alpha model (the RGBA) color defined
where() Inserting custom property value

 

Guess you like

Origin www.cnblogs.com/jc2182/p/11571258.html