Design comparison
Solution retrospective
- Build a responsive page for different screen sizes with interactivity using JavaScript.
- I used ITCSS architecture along with SCSS for its ease of reading and writing for a more modular and scalable design.
- It's my first time using a CSS architecture, I would greatly appreciate feedback.❤️
Community feedback
- @Selvy2004Posted 7 months ago
-
The background-color shouldn’t be #fff it should be off white(hsl(36, 100%, 99%);)
-
And you should put more white spaces in your web page, like margin between navigation and the main section, and I guess you used css grid to make the main section, use more gap (like the gap between the photo and text, and the gap between the photo and the right part( the new part)
-
the space between text and read more button should be bigger
-
You should make h1 or the main title, bigger and bolder
-
In aside, title number 2, in bigger screen is in two lines and it is not good, it should be in one line.
-
The word (New) should be bigger and bolder
-
And the logo should be bigger.
I hope it is helpful for you, and good luck:)
Marked as helpful1@YhoshuaBernalPosted 7 months ago@Selvy2004
Although it is not perfect, I finished the changes you mentioned, thank you very much for your feedback. 🙃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