@s0ndySubmitted over 2 years ago
Hi. It's my first project. I'll appreciate any feedback.
Hi. It's my first project. I'll appreciate any feedback.
Looks fine. Try to get it responsive. You have used grid for main only. Each one particular div has its elements positioned one under the second. For those divs it'd be much better if you used display: flex. My advice, I would use flex for smaller components of website, grid for all layout. Overall, good job as for first project!