Design comparison
SolutionDesign
Community feedback
- @frank-itachiPosted over 1 year ago
Hello there π. Congratulation for completing the challengeπ!
I have some suggestions about your code that might interest you.
HTML π:
- Wrap the
<div class="card">
content in the<main>
tag. - You could also use the
<picture>
tag that allows you to interchange the images depending of the viewport size. Red more about this awesome tag here. - In this case there is only one
<footer>
tag so you can get rid of theclass="footer"
attribute of it and use the selector tag in you CSS stylesheet.
I hope you find it useful! π Above all, you did a good job!
Happy
<coding />
π!Marked as helpful1@adamstopinskiPosted over 1 year ago@frank-itachi
Thank you very much for tips, appreciate it much! Didn't know before that there is something like <picture> tag, looking good. I have to experience with it a little. About class footer, its just my weird behaviour to classed every tag and element cause i just like it, is this any problem or just less coding? :)
Best regards :)
0 - Wrap the
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