html, css grid and pure javascript

Solution retrospective
please give your feedback and help me improve
Please log in to post a comment
Log in with GitHubCommunity feedback
- @C0dras1
Hey, good job on the implementation! I think there are a quick couple of things that you can improve without too much effort as you already are setup using grid for the layout.
-
The theme toggle isn't lined up with the dashboards below like in the designs. A quick fix would be place that element on your grid layout and justify to the end so that it aligns with the rest of the content. Also you already have nested grids for each daily card, so make sure to use it to align the social media icons and percent increase values!
-
In terms of responsiveness I would recommend this article by CSS tricks (https://css-tricks.com/auto-sizing-columns-css-grid-auto-fill-vs-auto-fit/) so that you can fully utilize grid without media queries.
You're more than welcome to check out my implementation for an example.
Hope this helps!
-
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord