Mustafa
@mnoorhussinAll comments
- @karvanpySubmitted over 1 year ago@mnoorhussinPosted over 1 year ago
Great Work! I have some points that may help you.
-
Use proper indentation to improve the readability of the code, try to write separate CSS and JS files.
-
Consider using CSS variables for colors, fonts, and other properties that are repeated throughout the code. This will make it easier to make changes to the design in the future.
-
Use relative units like em or rem instead of absolute units like px for font sizes and dimensions. This will make the design more responsive to different screen sizes and devices.
-
Make sure to use alt attributes on images to improve accessibility and search engine optimization: <span><img src="${icon}" alt="">${category}</span>
Marked as helpful0 -
- @quanhuiyangSubmitted over 1 year ago
my first chanllange , repositive design practice
@mnoorhussinPosted over 1 year agoThe GitHub link is not found, it's not pointing to an actual repo, try to fix it so you can get feedback.
Marked as helpful0