What are the four things within the box model
Content Padding Border Margin
What creates rounded corners around a header, footer sidebar
What is Border-radius?
HTML element that configures a cell in a table
td
is defined by a * and applies this to all the elements on the page
What is The Universal Selector?
What does Shadow Options do
What is Blur, Spread, Color or Inset?
What is the text and web page elements in the container
What is Content?
What does this list of text do
border-top-left-radius; border-top-right-radius; border-bottom-right-radius; border-bottom-left-radius
Rounding a specific part
HTML element that configures a row in a table
What is TR?
browser display of elements in the order they are coded in the web page document
Normal flow
does not let light pass through
What is Opaque?
The area between the content and the border
Padding
Creates a drop shadow around layout elements
box -shadow
This attribute of the td HTML element vertically aligns the content
V align
useful to "clear" or terminate a float, values are left, right, or both
Clear property
you can see through
Transparent
The things between the padding and the margin
What is Border?
Sets the horizontal position of the shadow
V-shadow
HTML element that configures a text description of the table
What is Caption?
configures how and if an element is displayed
CSS display property
smooth change of colors; methods of CSS background property
Gradient
What determines the empty space between the elements and the adjacent elements
Margin
Sets the vertical position of a shadow
What is H-shadow?
Attribute of the td HTML element configures a table cell to span multiple rows
Row span
the element will not be displayed
What is Display: none;?
Creates a gradient from top to bottom or vice versa, or from corner to corner
Linear-gradient