acos() |
Returns the inverse cosine of a number between -1 and 1 |
https://www.w3schools.com/cssref/func_acos.php |
asin() |
Returns the inverse sine of a number between -1 and 1 |
https://www.w3schools.com/cssref/func_asin.php |
atan() |
Returns the inverse tangent of a number between -∞ and ∞ |
https://www.w3schools.com/cssref/func_atan.php |
atan2() |
Returns the inverse tangent of two values between -infinity and infinity |
https://www.w3schools.com/cssref/func_atan2.php |
attr() |
Returns the value of an attribute of the selected element |
https://www.w3schools.com/cssref/func_attr.php |
blur() |
Applies a blur effect to an element |
https://www.w3schools.com/cssref/func_blur.php |
brightness() |
Adjusts the brightness of an element (brighter or darker) |
https://www.w3schools.com/cssref/func_brightness.php |
calc() |
Allows you to perform calculations to determine CSS property values |
https://www.w3schools.com/cssref/func_calc.php |
circle() |
Defines a circle |
https://www.w3schools.com/cssref/func_circle.php |
clamp() |
Sets a value that will adjust responsively between a minimum value and a maximum value depending on the size of the viewport |
https://www.w3schools.com/cssref/func_clamp.php |
color() |
Allows a color to be specified in a particular, specified color space |
https://www.w3schools.com/cssref/func_color.php |
color-mix() |
Mixes two color values in a given color space, by a given amount |
https://www.w3schools.com/cssref/func_color-mix.php |
conic-gradient() |
Creates a conic gradient |
https://www.w3schools.com/cssref/func_conic-gradient.php |
contrast() |
Adjusts the contrast of an element |
https://www.w3schools.com/cssref/func_contrast.php |
cos() |
Returns the cosine of an angle |
https://www.w3schools.com/cssref/func_cos.php |
counter() |
Returns the current value of the named counter |
https://www.w3schools.com/cssref/func_counter.php |
counters() |
Returns the current values of the named and nested counters |
https://www.w3schools.com/cssref/func_counters.php |
cubic-bezier() |
Defines a Cubic Bezier curve |
https://www.w3schools.com/cssref/func_cubic-bezier.php |
drop-shadow() |
Applies a drop shadow effect to an image |
https://www.w3schools.com/cssref/func_drop-shadow.php |
ellipse() |
Defines an ellipse |
https://www.w3schools.com/cssref/func_ellipse.php |
exp() |
Returns E raised to the power of the specified number x (Ex) |
https://www.w3schools.com/cssref/func_exp.php |
fit-content() |
Allows you to size an element based on its content |
https://www.w3schools.com/cssref/func_fit-content.php |
grayscale() |
Converts an image to grayscale |
https://www.w3schools.com/cssref/func_grayscale.php |
hsl() / hsla() |
Defines a color using the Hue-Saturation-Lightness model (HSL); with an optional alpha component |
https://www.w3schools.com/cssref/func_hsl.php |
hue-rotate() |
Applies a color rotation to an element |
https://www.w3schools.com/cssref/func_hue-rotate.php |
hwb() |
Defines a color using the Hue-Whiteness-Blackness model (HWB); with an optional alpha component |
https://www.w3schools.com/cssref/func_hwb.php |
hypot() |
Returns the square root of the sum of squares of its parameters |
https://www.w3schools.com/cssref/func_hypot.php |
inset() |
Defines a rectangle at the specified inset distances from each side of the reference box |
https://www.w3schools.com/cssref/func_inset.php |
invert() |
Inverts the color of an image |
https://www.w3schools.com/cssref/func_invert.php |
lab() |
Specifies a color in the CIE L*a*b color space |
https://www.w3schools.com/cssref/func_lab.php |