This is my first attempt to build a website after two weeks of reading about html and css. Please do rate my work and let me know if code could be cleaner and if there are any mistakes that I should avoid in the future.
Hi Niko! I really like how you used Grid to layout the cards!
A few things I noticed:
1)It was pointed out to me on my own project, the excessive use of H1. Per the MDN web docs the H1 tag should only be used once per page.
2)Font-family is repeated every time you style your text. It would be cleaner to define it once like in the body selector. Same with the box-shadow and border radius for your cards.
This is great work with only two weeks studying! Keep it up!