3rd Flashcards

1
Q

The property used to set the color of the four borders.

A

border-color

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

Sets the color of the right border

A

border-right-color

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

Sets all the right border properties in one declaration.

A

border-right

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

It sets all the border properties in one declaration.

A

border

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

Shades of gray are often defined by setting the hue and saturation to 0, and adjust the lightness from 0% to 100% to get darker/lighter shades.

A

True

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

It is a degree on the color wheel form 0 to 360.

A

Hue

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

The property that specifies an image to use as the background of an element.

A

background-image property

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

Sets the width of the four borders.

A

border-width

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

It sets the width of the bottom border.

A

border-bottom-width

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

The properties used to add background effects for elements.

A

CSS background

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

It specifies that the padding should be inherited from the parent element.

A

inherit

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

The property used to specify the position of the background image

A

background-position

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

It represents a cylindrical-coordinate representation of colors.

A

HSL color values

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

None of the OTHER CSS border properties will have ANY effect unless the border-style property is set.

A

True

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

The CSS property used to create space around elements, outside of any defined borders.

A

margin property

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

Sets the bottom margin of an element.

A

margin-bottom

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

A series of three numbers, written in hexadecimal notation.

A

hex code

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

Sets all the border properties in one declaration.

A

border

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

The CSS property used to add rounded borders to an element.

A

border-radius

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

To keep the width at 300px, no matter the amount of padding, you can use the box-sizing.

A

True

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

To repeat an image vertically, set background-repeat: repeat-x;.

A

False

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

The property that specifies the width of the four borders.

A

border-width

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

The property that specifies the background color of an element.

A

background-color

24
Q

The alpha parameter is a number between 0.0(fully transparent) and 1.0 (fully opaque).

25
Q

Adobe Color CC is formerly called as _______________________

A

Adobe Kuler

26
Q

The margin value that the browser calculates the margin.

27
Q

A percentage value, 0% means a shade of gray, and 100% is the full color.

A

Saturation

28
Q

Are an extension of HSL color values with an alpha channel-which specifies the opacity for the color.

A

HSLA color values

29
Q

A border-style that defines a 3D ridged border.

30
Q

The property that specifies whether the background image should scroll or be fixed.

A

background-attachment

31
Q

You can set the margin property to auto to horizontally center the element within its container.

32
Q

Specifies the painting area of the background.

A

background-clip

33
Q

A border-style that defines a 3D grooved border.

34
Q

The CSS property used to generate space around an element’s content, inside of an defines borders.

A

CSS padding properties

35
Q

An online web color application where you can experiment with colors.

A

Adobe Color CC

36
Q

Sets the color of the top border.

A

border-top-color

37
Q

Sets all the Left border properties in one declaration.

A

border-left

38
Q

HSL stands for hue, saturation, and lightness.

39
Q

Are an extension of RGB color values with an alpha channel - which specifies the opacity for a color.

40
Q

It specifies a padding in % of the width of the containing element.

41
Q

When using the opacity property to add transparency to the background of an element, all of its child elements inherit the same transparency.

42
Q

The property that repeats an image both horizontally and vertically.

A

background-repeat

43
Q

Specifies the size of the background image.

A

background-size

44
Q

The property that specifies what kind of border to display.

A

border-style

45
Q

It specifies a padding in px, pt, cm. etc.

46
Q

The CSS properties that allow you specify the style, width, and color of an element’s border.

A

CSS border

47
Q

Specifies where the background images are positioned.

A

background-origin

48
Q

If border-color is not set, it inherits the color of the element.

49
Q

The property that specifies the transparency of an element.

50
Q

A border-style that defines a dotted border

51
Q

It sets the color of the four borders.

A

border-color

52
Q

A percentage, 0% is black, 50% is neither light or dark, 100% is white.

53
Q

A border-style that defines 3D outset border.

54
Q

The 3-digit hex code can only be used when both the values (RR, GG, and BB) are the same for each components.

55
Q

The border-style property can have from one to four values.

56
Q

Give the (10) ten border-style properties.

57
Q

Give the (5) five CSS Background properties used to define the background effects for elements.