css-responsive-layout Flashcards
What is abreakpointin responsive Web design?
The points at which a media query is introduced are known as breakpoints.
where the content starts to break (restructure) in some way
What is the advantage of using a percentage (e.g.50%)widthinstead of a fixed (e.g.px)widthfor a “column” class in a responsive layout?
More fluid. be able to adjust the size of things relative to the space available.
If you introduce CSS rules for a smallermin-widthafterthe styles for a largermin-widthin your style sheet, the CSS rules for thesmallermin-widthwill “win”. Why is that?
Because of the source order the same property.
if you apply two rules that collide to the same elements, it will choose the last one that was declared