@huntdamannSubmitted 10 months ago
Any feedback on better ways to implement CSS Grid would be greatly appreciated
Any feedback on better ways to implement CSS Grid would be greatly appreciated
Hi @Hunter Mann! I'm a beginner too but I would like to give some observations that I noticed...
transition: .3s;
in titles that are links;justify-content: center;
and align-items:center;
properties, but you didn't use the display: flex;
in the body, which I believe was the goal to center all the content, but Because of this, he ended up using some tags like margin-top
to try to centralize.Well, other than that I didn't notice anything much. In fact, as I'm not familiar with using display: grid;
, with your solution I was able to learn more! Thank you very much :D