flexbox

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Antonvasilache
Hello,
Nice work in creating the layout. You could improve this by using the font that was mentioned in the style guide. Something like this should do the trick, in the html head tag:
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2 family=Roboto:wght@400;700&display=swap" rel="stylesheet"/>
And then in the css file:
* { font-family: "Roboto", sans-serif; }
Hope you find this useful. Good luck!
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