functions Flashcards

1
Q

attr()

A

Returns the value of an attribute of the selected element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

calc()

A

Allows you to perform calculations to determine CSS property values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

cubic-bezier()

A

Defines a Cubic Bezier curve

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

hsl()

A

Defines colors using the Hue-Saturation-Lightness model (HSL)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

hsla()

A

Defines colors using the Hue-Saturation-Lightness-Alpha model (HSLA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

linear-gradient()

A

Sets a linear gradient as the background image. Define at least two colors (top to bottom)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

radial-gradient()

A

Sets a radial gradient as the background image. Define at least two colors (center to edges)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

repeating-linear-gradient()

A

Repeats a linear gradient

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

repeating-radial-gradient()

A

Repeats a radial gradient

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

rgb()

A

Defines colors using the Red-Green-Blue model (RGB)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

rgba()

A

Defines colors using the Red-Green-Blue-Alpha model (RGBA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

var()

A

Inserts the value of a custom property

How well did you know this?
1
Not at all
2
3
4
5
Perfectly