What is a breakpoint in responsive Web design?
a point where the media query is introduced
What is the advantage of using a percentage (e.g. 50%) width instead of a fixed (e.g. px) width for a “column” class in a responsive layout?
it becomes relative to the width/height of a document; more responsive to the change of the document viewport
If you introduce CSS rules for a smaller min-width after the styles for a larger min-width in your style sheet, the CSS rules for the smaller min-width will “win”. Why is that?
because of the cascade rule; the order matters