CSS - Properties Flashcards
Questions
Answers
accelerator
Specifies whether or not the element has an accelerator key, which is a shortcut for selecting the element.
azimuth
Specifies the speaker balance for audio content.
background
Defines the background properties for an element.
background-attachment
Specifies whether or not the background image is fixed or scrollable as a user scrolls the document.
background-color
Specifies the background color for the element. Specify either a color name or RGB color code.
background-image
Specifies the URL for a background image for an element.
background-position
Specifies the position of a background image for an element.
background-position-x
Specifies the x-position of a background image for an element.
background-position-y
Specifies the y-position of a background image for an element.
background-repeat
Specifies how a background image repeats for an element.
border
Defines the border properties for an element.
border-bottom
Defines the properties for the bottom border for the element.
border-bottom-color
Specifies the color for a bottom border. Specify either a color name or RGB color code.
border-bottom-style
Specifies a style for a bottom border.
border-bottom-width
Specifies the width of the bottom border.
border-collapse
Specifies whether the borders for an element are collapsed or separated.
border-color
Specifies the color for the borders for an element. Specify either a color name or RGB color code.
border-left
Defines the properties for the left border for the element.
border-left-color
Specifies the color for a left border. Specify either a color name or RGB color code.
border-left-style
Specifies a style for a left border.
border-left-width
Specifies the width of the left border.
border-right
Defines the properties for the right border for the element.
border-right-color
Specifies the color for a right border. Specify either a color name or RGB color code.