CSS Properties Flashcards

1
Q

css property: font-family

A

let’s you change the font of the elements text content

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

css property: color

A

changes the color of text

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

css property: background-color

A

sets the background color of an element

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

css property: padding

A

sets the padding space on all sides of an element

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

css property: padding-bottom

A

sets the height of the padding area at the bottom of an element

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

css property: padding-left

A

sets the padding space required on the left side of an element

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

css property: padding-right

A

sets the padding space required on the right side of an element

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

css property: padding-top

A

sets the padding space required on the top of an element

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

css property: list-style-type

A

specifies the appearance of a list item element

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

css property: text-indent

A

specifies how much horizontal space should be left before the beginning of the first line of the text content of an element

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

css property: margin

A

sets the margin for all four sides

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

css property: margin-bottom

A

sets the margin space required on the bottom of an element

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

css property: margin-left

A

sets the margin space required on the left of an element

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

css property: margin-top

A

sets the margin space required on the top of an element

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

css property: margin-right

A

sets the margin space required on the right of an element

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

css property: text-align

A

describes how inline content like text is aligned in its parent block element

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

css property: font-style

A

lets you select italic or oblique faces within a font-family

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

css property: font-weight

A

specifies the weight or boldness of the font

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

css property: letter-spacing

A

specifies spacing behaviour between text characters

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

css property: line-height

A

specifies the minimum height of line boxes within the element

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

css property: text-decoration

A

sets the text formatting to underline, overline, line-through or blink

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

css property: text-transform

A

specfies how to capitalize an element’s text

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

css property: word-spacing

A

specfies the spacing behaviour between tags and words

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

css property: font-stretch

A

selects a normal, condensed, or expanded face from a font

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

css property: text-shadow

A

adds shadows to text

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

css property: font-size

A

specifies the size of the font

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

css property: border

A

sets the border width, colour and line style

28
Q

css property: border-width

A

sets the border width

29
Q

css property: border-color

A

sets the border colour

30
Q

css property: border-style

A

sets the border line style

31
Q

css property: border-top-width

A

sets the top border width

32
Q

css property: border-right-width

A

sets the right border width

33
Q

css property: border-bottom-width

A

sets the bottom border width

34
Q

css property: border-left-width

A

sets the left border width

35
Q

css property: border-top-color

A

sets the top border colour

36
Q

css property: border-left-color

A

sets the left border colour

37
Q

css property: border-bottom-color

A

sets the bottom border colour

38
Q

css property: border-right-color

A

sets the right border colour

39
Q

css property: border-top-style

A

sets the top border line style

40
Q

css property: border-left-style

A

sets the left border line style

41
Q

css property: border-bottom-style

A

sets the bottom border line style

42
Q

css property: border-right-style

A

sets the right border line style

43
Q

css property: float

A

specfies that an element should be taken from the normal flow and be placed along the left or right side of its container, where text and inline elements will wrap around it

44
Q

css property: clear

A

specifies whether an element can be next to floating elements that precede it or must be moved down (cleared) below them

45
Q

css property: background-image

A

sets one or several background images for an element

46
Q

css property: background-attachment

A

determines whether that image’s position is fixed within the viewport, or scrolls along with its containing block

47
Q

css property: opacity

A

specifies the transparency of an element and any of its child elements

48
Q

css property: vertical alignment

A

specifies the vertical alignment of an inline or table-cell box

49
Q

css property: min-width

A

set the minimum width of a given element

50
Q

css property: max-width

A

set the maximum width of a given element

51
Q

css property: min-height

A

set the minimum height of a given element

52
Q

css property: max-height

A

set the maximum height of an element

53
Q

css property: overflow

A

specifies whether to clip content, render scrollbars or just display content when it overflows its block level container

54
Q

css property: display

A

specifies the type of rendering box used for an element

55
Q

css property: visibility

A

used to hide an element while leaving the space where it would have been

56
Q

css property: border-image

A

allows drawing an image on the borders of elements

57
Q

css property: box-shadow

A

enables you to cast a drop shadow from the frame of almost any element

58
Q

css property: list-style-type

A

specifies the appearance of a list item element

59
Q

css property: list-style-image

A

specifies an image to be used as the list item marker

60
Q

css property: list-style-position

A

specifies the position of the marker box in the principal block box

61
Q

css property: empty-cells

A

specifies how user agents should render borders and backgrounds around cells that have no visible content

62
Q

css property: border-collapse

A

determines whether a table’s borders are separated or collapsed

63
Q

css property: border-spacing

A

specifies the distance between the borders of adjacent table cells

64
Q

css property: border-radius

A

defines how rounded border corners are

65
Q

css property: cursor

A

specifies the mouse cursor displayed when the mouse pointer is over an element

66
Q

css property: background-position

A

sets the initial position for each defined background image