CSS 3 Properties

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/156

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

157 Terms

1
New cards

accent-color

Specifies an accent color for user-interface controls

2
New cards

align-content

Specifies the alignment between the lines inside a flexible container when the items do not use all the available space

3
New cards

align-items

Specifies the alignment of items within a flexible container along the cross axis

4
New cards

align-self

Specifies the alignment of a single item within a flexible container along the cross axis, overriding the align-items property.

5
New cards

all

Resets all properties (except unicode-bidi and direction)

6
New cards

animation

A shorthand property for all the animation-* properties

7
New cards

animation-delay

Specifies the length of time to wait before the animation starts

8
New cards

animation-direction

Specifies whether an animation should be played forward, backward or in alternate cycles

9
New cards

animation-duration

Specifies the total time an animation takes to complete one cycle from start to finish.

10
New cards

animation-fill-mode

Specifies how a CSS animation should apply styles to its target before and after its execution.

11
New cards

animation-iteration-count

Specifies the number of times an animation cycle should be played.

12
New cards

animation-name

Defines the name of the keyframes to use for the animation, allowing the animator to apply specific animation effects to an element.

13
New cards

animation-play-state

Specifies whether an animation is running or paused

14
New cards

animation-timing-function

Specifies the speed curve of an animation

15
New cards

aspect-ratio

Defines the proportional relationship between the width and height of an element, ensuring it maintains the desired shape during resizing.

16
New cards

backdrop-filter

Applies graphical effects like blurring or color shifting to the area behind an element.

17
New cards

backface-visibility

Determines whether the back side of an element is visible when facing the viewer, commonly used in 3D transformations.

18
New cards

background

A shorthand property for all the background-* properties

19
New cards

background-attachment

Specifies whether the background image is fixed with regard to the viewport or scrolls with the content

20
New cards

background-blend-mode

Specifies how background images and colors blend together.

21
New cards

background-clip

Defines the area where the background is painted

22
New cards

background-color

Specifies the color of the background in an element

23
New cards

background-image

Specifies an image to use as the background of an element.

24
New cards

background-origin

Defines the positioning area of the background image.

25
New cards

background-position

Specifies the position of a background image

26
New cards

background-position-x

Specifies the position of a background image on the x-axis

27
New cards

background-position-y

Specifies the position of a background image on y-axis

28
New cards

background-repeat

Sets if/how a background image will be repeated

29
New cards

background-size

Specifies the size of the background images

30
New cards

block-size

Specifies the size of an element in block direction

31
New cards

border

A shorthand property for border-width, border-style and border-color

32
New cards

border-block

A shorthand property for border-block-width, border-block-style and border-block-color

33
New cards

border-block-color

Sets the color of the borders at start and end in the block direction

34
New cards

border-block-end

A shorthand property for border-block-end-width, border-block-end-style and border-block-end-color

35
New cards

border-block-end-color

Sets the color of the border at the end in the block direction

36
New cards

border-block-end-style

Sets the style of the border at the end in the block direction

37
New cards

border-block-end-width

Sets the width of the border at the end in the block direction

38
New cards

border-block-start

A shorthand property for border-block-start-width, border-block-start-style and border-block-start-color

39
New cards

border-block-start-color

Sets the color of the border at the start in the block direction

40
New cards

border-block-start-style

Sets the style of the border at the start in the block direction

41
New cards

border-block-start-width

Sets the width of the border at the start in the block direction

42
New cards

border-block-style

Sets the style of the borders at start and end in the block direction

43
New cards

border-block-width

Sets the width of the borders at start and end in the block direction

44
New cards

border-bottom

A shorthand property for border-bottom-width, border-bottom-style and border-bottom-color

45
New cards

border-bottom-color

Sets the color of the bottom border

46
New cards

border-bottom-left-radius

Defines the radius of the border of the bottom-left corner

47
New cards

border-bottom-right-radius

Defines the radius of the border of the bottom-right corner

48
New cards

border-bottom-style

Sets the style of the bottom border

49
New cards

border-bottom-width

Sets the width of the bottom border

50
New cards

border-collapse

Sets whether table borders should collapse into a single border or be separated

51
New cards

border-color

Sets the color of the four borders

52
New cards

border-end-end-radius

Sets the radius of the corner between the block-end and the inline-end sides of the element

53
New cards

border-end-start-radius

Sets the radius of the corner between the block-end and the inline-start sides of the element

54
New cards

border-image

A shorthand property for all the border-image-* properties

55
New cards

border-image-outset

Specifies the amount by which the border image area extends beyond the border box

56
New cards

border-image-repeat

Specifies whether the border image should be repeated, rounded or stretched

57
New cards

border-image-slice

Specifies how to slice the border image

58
New cards

border-image-source

Specifies the path to the image to be used as a border

59
New cards

border-image-width

Specifies the width of the border image

60
New cards

border-inline

A shorthand property for border-inline-width, border-inline-style and border-inline-color

61
New cards

border-inline-color

Sets the color of the borders at start and end in the inline direction

62
New cards
63
New cards

border-inline-end

A shorthand property for border-inline-end-width, border-inline-end-style and border-inline-end-color

64
New cards

border-inline-end-color

Sets the color of the border at the end in the inline direction

65
New cards

border-inline-end-style

Sets the style of the border at the end in the inline direction

66
New cards

border-inline-end-width

Sets the width of the border at the end in the inline direction

67
New cards

border-inline-start

A shorthand property for border-inline-start-width, border-inline-start-style and border-inline-start-color

68
New cards

border-inline-start-color

Sets the color of the border at the start in the inline direction

69
New cards

border-inline-start-style

Sets the style of the border at the start in the inline direction

70
New cards

border-inline-start-width

Sets the width of the border at the start in the inline direction

71
New cards

border-inline-style

Sets the style of the borders at start and end in the inline direction

72
New cards

border-inline-width

Sets the width of the borders at start and end in the inline direction

73
New cards

border-left

A shorthand property for all the border-left-* properties

74
New cards

border-left-color

Sets the color of the left border

75
New cards

border-left-style

Sets the style of the left border

76
New cards

border-left-width

Sets the width of the left border

77
New cards

border-radius

A shorthand property for the four border-*-radius properties

78
New cards

border-right

A shorthand property for all the border-right-* properties

79
New cards

border-right-color

Sets the color of the right border

80
New cards

border-right-style

Sets the style of the right border

81
New cards

border-right-width

Sets the width of the right border

82
New cards

border-spacing

Sets the distance between the borders of adjacent cells

83
New cards

border-start-end-radius

Sets the radius of the corner between the block-start and the inline-end sides of the element

84
New cards

border-start-start-radius

Sets the radius of the corner between the block-start and the inline-start sides of the element

85
New cards

border-style

Sets the style of the four borders

86
New cards

border-top

A shorthand property for border-top-width, border-top-style and border-top-color

87
New cards

border-top-color

Sets the color of the top border

88
New cards

border-top-left-radius

Defines the radius of the border of the top-left corner

89
New cards

border-top-right-radius

Defines the radius of the border of the top-right corner

90
New cards

border-top-style

Sets the style of the top border

91
New cards

border-top-width

Sets the width of the top border

92
New cards

border-width

Sets the width of the four borders

93
New cards

bottom

Sets the elements position, from the bottom of its parent element

94
New cards

box-decoration-break

Sets the behavior of the background and border of an element at page-break, or, for in-line elements, at line-break.

95
New cards

box-reflect

The box-reflect property is used to create a reflection of an element.

96
New cards

box-shadow

Attaches one or more shadows to an element

97
New cards

box-sizing

Defines how the width and height of an element are calculated: should they include padding and borders, or not

98
New cards

break-after

Specifies whether or not a page-, column-, or region-break should occur after the specified element

99
New cards

break-before

Specifies whether or not a page-, column-, or region-break should occur before the specified element

100
New cards

break-inside

Specifies whether or not a page-, column-, or region-break should occur inside the specified element