Used basic knowledge of Front-End Development
Design comparison
Community feedback
- @WeberowskyPosted over 1 year ago
You have the colors and fonts that you should use in the style-guide.md. Also try to use semantic HTML https://www.w3schools.com/html/html5_semantic_elements.asp
For example you could use the <main> tag instead of <div id="container"> Also you may want to make your html and body 100vh to center your container vertically
For the button you should use the <button> tag to make it work like a button. Later if you'd like it to do smth for example change color of the button on hover you'd need a button element, not div.
Marked as helpful0@abhishek-oxPosted over 1 year ago@Weberowsky yes bro I know the code may contain some errors as it was my first project but later with time I will improve .... Moreover I didn't know that the colors and font name has been given 😅😅
BTW thank you for honest reply 😊
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