Design comparison
Solution retrospective
Quite a challenging project this one, but trust me, I gave it a hard time too. Please browse around this solution, especially on the responsiveness put in your comments on parts you think I need to improve on. I will truly appreciate some corrections. Thank you.
Community feedback
- @correlucasPosted about 2 years ago
Hello again Kixzy, congratulations for your solution!
Great solution as always, I've a suggestion for you and a question. I'll start with the question, just by curiosity, why you add the styling inside the html instead of using a css file for that, there's a particular reason?
Something you can do to improve the html markup is to use meaningful tags to wrap the cards replacing them with
article
and the text with the quote replacing thep
withblockquote
Hope this helps, happy coding 👏
Marked as helpful0@KixzyPosted about 2 years agoHello @correlucas, firstly I must apologize for replying to this comment later than I should have, I am so sorry, I have been engaged in learning Javascript and honestly, it got me stuck in a phase.
To answer your question as best as I understand it, I use Tailwind CSS and its style used as classes inside the HTML rather than a CSS file. I am still trying to perfect it though. I hope the answer is understandable.
I so much appreciate you, for your time and insight, truly you keep inspiring me to take on more challenges as I always look forward to your comment and correction. Thank you so much
1@correlucasPosted about 2 years ago@Kixzy I'm happy to hear that, keep it up with the solutions and the JS
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