Fylo dark theme landing page

Solution retrospective
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.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Code-Beaker
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 helpful
Join 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