
Design comparison
Community feedback
- @Pelumi72Posted 2 months ago
Hey Rodri, your site is well structured and the design is alright. It just needs a little more style. For the fonts, I think you can add this link for the font in the head section of your html code.
<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=Outfit:wght@100..900&family=Young+Serif&display=swap" rel="stylesheet" /> Then you can style the font in your CSS file like the font-family: Outfit; (For the body) font-weight: 400; (For the heading elements)For the table, you can use this for styling tr, td { padding: 5px 35px; } This is just to make it look almost like the real thing. And in my opinion I think that any style you want for your website, you should put in your CSS file. This will make your code less clustered.
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