huddle landing page with single introductory section
Design comparison
Solution retrospective
any feedback would be appreciated keeping things professional is all I ask . I do believe that I have everything pretty close to where it should be.
Thx Steven
Community feedback
- @chri55Posted about 4 years ago
Hey Steven, nice work! Don't forget to add commas in on the
font-family
property when specifying fallback fonts in CSS. Example:font-family: 'Poppins' , sans-serif;
Also, you can utilize the
* { }
css selector at the top of your file to define a base font that will apply to all elements (this is typically recommended) so that you don't have to keep repeating thefont-family
property throughout the code, and only need to change it when specifying things like headers that have a different font type.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