Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am new learner.i create this while i'm learning css. and i make this within some normal code.
Community feedback
- @MarwaDawoodPosted 3 months ago
Very good attempt, few things to improve on next time:
- Use the fonts and colours provided to get a more accurate side by side : <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;400;600;700;900&display=swap" rel="stylesheet">
- Pay attention to the different sizes of fonts and adjust
- position in centre : display: flex; justify-content: center; align-items: center; 4.Add hover to the buttons to change colour : button:hover 5.Add main, header and section to your html
Marked as helpful0@Codeman-pikluPosted 3 months ago@MarwaDawood Thanks lot for your your suggestion.i will remember that next time.
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