I created the layout pretty close to the design png and was able to figure out the grid card layout by tinkering with grid-template-areas
property. So I would try to be more organized next time with the code as it gets messy real quick.
- The main challenge was to figure out the card layout which I had to search for on google. After you figure it out you realize that It was not that hard actually.
- I also encountered problems in making the layout reponsive according to the container that my main layout was in.
- I think the html markup is pretty accurate but the styles that I have used may be overly complicated according to the bem syntax that I have used.
- If you see some code that is unnecessary complex, please give me your feedback as to why you thought about doing that and I will surely reflect upon that. Thnx.