@FthkrksSubmitted over 1 year ago
P
Ash Madden
@ashmaddenwebmelbourneAll comments
- @ashmaddenwebmelbournePosted over 1 year ago
Hey man, you should use Grid not flex for this layout. Read this article it will help https://css-tricks.com/auto-sizing-columns-css-grid-auto-fill-vs-auto-fit/
You should also learn about max-width and a make a container. That way all your stuff lines up.
Lastly the background color change on hover is wrong, it's too dark.
Apart from that, good job :)
0