Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Hi, here is my solution for Fylo-dark-theme-landing-page. I used HTML, CSS, JS.
What specific areas of your project would you like help with?Feel free to leave any comments.
Thanks.
Community feedback
- @Code-BeakerPosted 4 months ago
Great job completing this challenge! 🎉 Let me share some of my suggestions regarding your code.
- Using CSS Variables/Custom properties is a great way to code faster. You can create variables for colors, font-weights, font sizes, etc.
- Avoid using
id
for styling a component as it is more appropriate to be used in JavaScript. Here's an article about this topic. - It might be unnecessary to define
height
andwidth
for buttons. Instead usepadding
to adjust their spacing and size.
Hope you find these helpful... 😄
Marked as helpful1@Lo-DeckPosted 4 months agoHi @Code-Beaker and thanks for your advices. I've just read the topic on the
id
I didn't know about this and foraria
I've never used that.1@Code-BeakerPosted 4 months agoYou're welcome, @Lo-Deck! 😄 Glad to know I was able to help you improve your solution!
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