- Intro
- Description of technologies used
- URL to My Website
Intro
This is a project about traveling across the US. We've made it so all the elements are displayed correctly on popular screen sizes. We recommend investing more time in completing this project, since it's more difficult than previous ones.
Description of technologies used
- HTML5
- CSS3
Properties | Value | Description |
---|---|---|
grid-template-columns: |
repeat( auto-fit, minmax(280px, 1fr)); |
To achieve wrapping, we can use the auto-fit. So we need to start by specifying a minimum width for the columns, making sure they don’t get too narrow. We can do that using the minmax() function. |
URL to My Website