Submitted over 3 years ago
Developed using HTML and CSS, with basic fundamental knowledge.
@Vishaldev098
Design comparison
SolutionDesign
Solution retrospective
I completely did this project using fundamental HTML and CSS. Suggestions are greatly welcome.
Community feedback
- @Aaryan376Posted over 3 years ago
you can use media queries to make this responsive
Marked as helpful0 - @vanzasetiaPosted over 3 years ago
👋Hi Vishal!
I have some suggestions for this solution:
- You can try to use
rem
units and start get familiar with it by doing Frontend Mentor challanges. Basically1rem
is equal to16px
(if you don't change the font size on your browser setting). - I recommend for * (universal selector) or as a reset, try to add
box-sizing: border-box
to prevent all elements to do something funny, like adding additional width when addingborder
orpadding
- You can try to use BEM methodology for giving class name. It will make you write a better CSS!
- You can try to learn CSS custom properties to prevent you from keep repeating the color code.
That's it! Hopefully this is helpful!
Marked as helpful0 - You can try to use
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