Design comparison
Solution retrospective
Hi, thanks for your attention. I am looking for feedback to improve quality coding. I try to use SEO in my code although, I feel it is quite awkward because I don't really know how to use it correctly. If there is any advice, I will be appreciated! This is the first time I am using CSS Gird (Normally I only use Flexbox), is there any other way to achieve the result without using gird-template-areas? Thank You.
Community feedback
- @1aleksaPosted over 3 years ago
If you like flexbox you could have used it instead of grid template.
Making 1 parent div with 3 div children inside. Children: 1) .left-container 2) .middle-container 3) .right-container
Inside .left-container is supervisor , in the .middle making 2 children divs (Team & Karma) and .right is calculator.
0
Please log in to post a comment
Log in with GitHubJoin 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