3rd Flashcards

(57 cards)

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
Adobe Color CC is formerly called as _______________________
Adobe Kuler
26
The margin value that the browser calculates the margin.
auto
27
A percentage value, 0% means a shade of gray, and 100% is the full color.
Saturation
28
Are an extension of HSL color values with an alpha channel-which specifies the opacity for the color.
HSLA color values
29
A border-style that defines a 3D ridged border.
ridge
30
The property that specifies whether the background image should scroll or be fixed.
background-attachment
31
You can set the margin property to auto to horizontally center the element within its container.
True
32
Specifies the painting area of the background.
background-clip
33
A border-style that defines a 3D grooved border.
groove
34
The CSS property used to generate space around an element's content, inside of an defines borders.
CSS padding properties
35
An online web color application where you can experiment with colors.
Adobe Color CC
36
Sets the color of the top border.
border-top-color
37
Sets all the Left border properties in one declaration.
border-left
38
HSL stands for hue, saturation, and lightness.
True
39
Are an extension of RGB color values with an alpha channel - which specifies the opacity for a color.
RGBA
40
It specifies a padding in % of the width of the containing element.
%
41
When using the opacity property to add transparency to the background of an element, all of its child elements inherit the same transparency.
True
42
The property that repeats an image both horizontally and vertically.
background-repeat
43
Specifies the size of the background image.
background-size
44
The property that specifies what kind of border to display.
border-style
45
It specifies a padding in px, pt, cm. etc.
length
46
The CSS properties that allow you specify the style, width, and color of an element's border.
CSS border
47
Specifies where the background images are positioned.
background-origin
48
If border-color is not set, it inherits the color of the element.
True
49
The property that specifies the transparency of an element.
opacity
50
A border-style that defines a dotted border
dotted
51
It sets the color of the four borders.
border-color
52
A percentage, 0% is black, 50% is neither light or dark, 100% is white.
Lightness
53
A border-style that defines 3D outset border.
outset
54
The 3-digit hex code can only be used when both the values (RR, GG, and BB) are the same for each components.
True
55
The border-style property can have from one to four values.
True
56
Give the (10) ten border-style properties.
57
Give the (5) five CSS Background properties used to define the background effects for elements.