Design comparison
SolutionDesign
Community feedback
- @dimar-hanungPosted over 1 year ago
Hello! ๐๏ธ Well done on completing the challenge ๐
I have some interest and feedback with your code
That i like:
- I appreciate the similarity of your results with the design, a bit different in scale but still good
- html is pretty good, not too nested ๐
- Responsive until galaxy fold screen size ๐
- CSS Naming is also good, represent what is it for, likeย
<div class="card">
ย for card section
My Feedback:
-
I suggest you use html semantic convention, for exampleย
<div class="container">
ย toย<main class="container">
, it will make it clearer, and will improve seo if you want to submit your website to google, i recomended this article:ย here -
you can seperate file by folder to be more structured, for example:
public/ โโ images/ โ โโ qr-code-image.png โโ styles/ โ โโ main.css โโ favicon.png index.html
anyways overall is good, nice solution, hope it useful ๐
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