IES: CSS-deck 7 Flashcards
Padding: when four values are listed for this property, How are they applied?
Padding: the values for this property are applied clockwise starting with the top when how many are listed for this property?
Setting padding ( as well as any other property) as a percentage may not work out very well when a \_\_\_\_\_
or a \_\_\_\_\_
resizes some aspect of the window.
When a user or a browser resizes a window aspect, if an aspect is set as a \_\_\_\_\_
, this series of settings may cause the window and its contents to skew.
To set the padding values, always use the \_\_\_\_\_
\_\_\_\_\_
?
Always use CSS shorthand when setting \_\_\_\_\_
\_\_\_\_\_
, even when that value is 0 -none is required.
The \_\_\_\_\_
color of the content box fills the content area and the padding area right up to the outer edge of the border area.
The background color fills what three areas in the box model of a content element.
This area surrounds the core content area and extends right up to the beginning of the margin area?
The padding area surrounds the core content area and extends to the beginning of the \_\_\_\_\_
area?
Each content box can have outer transparent “margin” space added Beyond The Border areas by doing what?
Employing a style rule assigning a value to the margin property accomplishes what?
Margin: how many values are assigned to the property in order to apply a uniform margin width to all four sides of the content box?
Margin: assigning one value to the property applies a \_\_\_\_\_
\_\_\_\_\_
to all four sides of the content box.
Margin: two values are listed?
Margin: when this happens, the first is applied to the top and bottom and the second is applied to the left and right?
Margins: three values are listed?
When this happens; the first is applied to the top, the second is applied to the left and right, and the third is applied to the bottom.
Margins: 4 values are listed?
When this happens, the value are applied clockwise starting with the top.
The margin property default value?
This default value is 0, but in reality the browser applies its own intrinsic default values to allow spacing between elements.
The margin property can be specified as a \_\_\_\_\_
value, as a \_\_\_\_\_
value, or with the \_\_\_\_\_
keyword to have the browser compute a suitable margin.
The “auto” keyword has the browser compute a suitable margin, a unit value is specified, or a percentage value is specified for the \_\_\_\_\_
property.
Calculation: when the “auto” keyword is employed to specify the margin property?
The browser first calculates the distance to the left and right of that element, up to the boundaries of its containing element, then divides the total in half to compute this value?
To have different margin widths on each side of the content box, the margin can be individually styled by creating rules for these element properties?
Margin-top, margin-right, margin-bottom, and margin-left properties are all individually defined in order to accomplish what?
CSS shorthand for defining these properties: margin-right, margin-bottom, margin-left, and margin-top?
Margin: 5 2 3 9;
This declaration defines what?