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