Search
- Responsive Collapsing
This basic responsive collapse CodePen example shows a very limited range of how borders and elements are told to collapse based on a certain set of rules. This is a great jumping off point for anyone interested in how responsive media queries work.
- Primitive Product List Container
Check out this primitive product container which showcases a brief layout for displaying products on a page in a Flex container.
- Responsiveness Using Grid
See this CodePen example which showcases how we can utilize some basic CSS Grid rules in order to setup a basic, responsive layout. This example has a ton of room for improvement, and even some bad practices. However, the basic premise of a good "jumping off point" still holds true.
Next