Basic Web Design Quizlet

What is a flexbox in web designing?
A flexbox is what dynamically adjust the alignment and dispersal of items inside a specified container.
What is display flex in web designing?
Display flex is what renders as a block element.
What is "Display" in web designing?
Display lets you change the visual actions of an element. It only changes an elements appearance to mimic and element type.
What is "Inline" in web designing?
Inline elements flow within the confines of their container, and they can only contain text and other inline elements.
What is "Static" in web designing?
Static means elements are receving no special positioning treatment, and are abiding by the web page's flow.
What is the "Z-Index" in web dseigning?
The Z-Index helps with overlapping elements. It can be applied to a positioned element, whether relative, absolute or fixed.
what is "Overflow" in web dseigning?
Overflow controls what happens to content that goes beyond the boudaries of a container's diemsions.
What is "Float" in web designing?
When used thoughtfully, this property can change our layout options.