3rd Flashcards
(57 cards)
The property used to set the color of the four borders.
border-color
Sets the color of the right border
border-right-color
Sets all the right border properties in one declaration.
border-right
It sets all the border properties in one declaration.
border
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.
True
It is a degree on the color wheel form 0 to 360.
Hue
The property that specifies an image to use as the background of an element.
background-image property
Sets the width of the four borders.
border-width
It sets the width of the bottom border.
border-bottom-width
The properties used to add background effects for elements.
CSS background
It specifies that the padding should be inherited from the parent element.
inherit
The property used to specify the position of the background image
background-position
It represents a cylindrical-coordinate representation of colors.
HSL color values
None of the OTHER CSS border properties will have ANY effect unless the border-style property is set.
True
The CSS property used to create space around elements, outside of any defined borders.
margin property
Sets the bottom margin of an element.
margin-bottom
A series of three numbers, written in hexadecimal notation.
hex code
Sets all the border properties in one declaration.
border
The CSS property used to add rounded borders to an element.
border-radius
To keep the width at 300px, no matter the amount of padding, you can use the box-sizing.
True
To repeat an image vertically, set background-repeat: repeat-x;.
False
The property that specifies the width of the four borders.
border-width
The property that specifies the background color of an element.
background-color
The alpha parameter is a number between 0.0(fully transparent) and 1.0 (fully opaque).
True