Design comparison
SolutionDesign
Community feedback
- @konradbaczykPosted 3 months ago
Hi, unfortunately this project is not responsive. Next time try do mobile view first.
Next:
- In this fragment:
<div class="paragraph"><p>A floral, solar and voluptuous interpretation composed by Olivier Polge, Perfumer-Creator for the House of CHANEL. </p></div>
U don't have to make paragraph into div. Just add paragraph with class. Additional name this class correctly. In this fragment u could do like this:
<p class="description">A floral, solar and voluptuous interpretation composed by Olivier Polge, Perfumer-Creator for the House of CHANEL.</p>
"p" is block element like "div" so u can style it like div :)
0@Journey-GrinderPosted 3 months ago@konradbaczyk Yeah this was one of my first solutions. Where I tried to focus more about positioning and after mastering it for a bit. I could go for responsivness. You can see my last 2 solutions I guess they re really responsive
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