The four things within the box model
What is Content Padding Border Margin
Creates rounded corners around a header, footer sidebar
What is Border-radius
HTML element that configures a cell in a table
What is td
Defined by a * and applies this to all the elements on the page
What is the universal selector
Options for blur, spread, color or inset
What is Shadow Options
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
What is a Normal flow
Does not let light pass through
What is Opaque
The area between the content and the border
What is Padding
Creates a drop shadow around layout elements
What is a box - shadow
This attribute of the td HTML element vertically aligns the content
What is the V align
Useful to "clear" or terminate a float, values are left, right, or both
What is a Clear property
You can see through
What is Transparent
The area between the margin and the padding
What is Border
Sets the horizontal position of the shadow
What is the V-shadow
HTML element that configures a text description of the table
What is the Caption
Configures how and if an element is displayed
What is CSS display property
Smooth change of colors; methods of CSS background property
What is a Gradient
Determines the empty space between the elements and the adjacent elements
What is 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
What is a Row span
How do you code for an element that will not be displayed
display: none;
Creates a gradient from top to bottom or vice versa, or from corner to corner
What is a Linear-gradient