IES: CSS-deck 6 Flashcards
“pc”
- picas
- typographical unit of font height
- six picas is equivalent to 1 inch
“em”
- (font size)
- abstract typographical unit of font size
- one em is equivalent to the height of a given font
“ex”
- (font size)
- abstract typographical unit of font size
- one ex is equivalent to the height of lowercase “x” in a font
- often 50% of 1 em
“px”
- pixels
- abstract unit
- represents the dots on a computer monitor (where there are 1024px on each line when the monitor resolution is 1024x768)
Each content box border can comprise these properties:
- border-width
- Border-color
- Border-style
These comprise what?
A single set of values assigned to each of the individual border properties produces what?
How is a uniform border applied to all four sides of a Content box?
When two values are listed for a single border property, what happens?
The first value for a border property is applied to the top and bottom borders when how many values are listed?
When three values for a border property are listed, how are they applied?
How many values of a border property are listed when: the first is applied to the top border, the second is applied to the left and right borders, and the third is applied to the bottom border.
When four values for a border property are listed, how are they applied?
How many values are listed for a border property, when they are applied in clockwise order starting with the top?
The default border-width value is what?
Medium (a computed value) is considered to be a \_\_\_\_\_
border-width value.
The default border-color value is found where?
What default border value is inherited from the element’s color property?
Given that the border-style value can be: “solid”, “double”, “dotted”, “dashed”, “groove”, “ridge”, “inset”, “outset”, “hidden”, and “none.” The default border-style is what?
Being that the default border-style is “none”, what must be done before the border is visible?
CSS shorthand technique specifying the three properties to a particular border:
A space-separated list is used as a \_\_\_\_\_
\_\_\_\_\_
\_\_\_\_\_
to define the three properties of a particular border.
What four border properties are used to individually style each side of a content box?
Using the CSS shorthand technique; border-top, border-right, border-bottom, and Border-left can be used to individually Style what?
The “outset” border Style can be used as and appears as what?
What border Style can be used as and appears as a raised button?