Design comparison
SolutionDesign
Community feedback
- @nelsonleonePosted almost 2 years ago
Hello , congrats on completing the challenge. Some things you should try out , Your css is fine , but consider wrapping everything in a main tag as the parent tag. Having to child tags that contains the input and display
<main> <div input> <div output/display> </main> Then set your grid, two columns would works just fine , use flex for the little stuffs (alignment)The functionality i working fine, but see if you can make the active button show it's active and update the output whenever it's changed
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