Design comparison
Solution retrospective
-
Media queries were a little hard for me.
-
Media queries code not organized and it could have unimportant lines.
-
If there any advices about my code, please tell me.
Community feedback
- @KaushalSonicPosted 8 months ago
So far so good buddy, but I think you forgot to use another font family in "Preparation time". Have a look :)
1@Selvy2004Posted 8 months ago@KaushalSonic Thanks for your feedback 😊✨. I used this line: body{
<p class="Preparation-title titles">Preparation time</p> And I think it works perfect in the web page itself.
font-family: "Outfit", sans-serif; } as a general font-family for all text But in all titles and subtitles I did one class for all of them called titles: .titles{ font-family: "Young Serif", "serif" ; }.. and in my html:Thanks for your feedback☺️🙏🏼If there anything else, please tell me:)
1
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