@RogelioCamargoSubmitted over 1 year ago
really looking for constructive criticism/feedback, thanks!
really looking for constructive criticism/feedback, thanks!
Looks amazing, and its responsive on all screen sizes 👍
the only thing i would suggest is you use classes for styling rather than ids.
here is an article on why should consider it -> dev.to
Hi kristof
Your solution looks amazing.
There are few things i would recommend but the main thing is the responsiveness. You have used grid which is great for this, but i would add a few more lines to it to make it a bit more responsive.
width: min(100% - 2rem, 1440px); display: grid; grid-template-columns: repeat(auto-fill, 320px); justify-content: space-evenly; margin: 0 auto; gap: 80px 30px;