Submitted about 2 years ago
Static landing page ( following 1400px Width )
@Talkitive
Design comparison
SolutionDesign
Solution retrospective
Nothing is difficult in this project but i just practiced some skills which will make me a better developer one day..
Community feedback
- @shivaprakash-sudoPosted about 2 years ago
Hello Roy,
- The styles aren't applying to your site, this is because you've put the
link
tags inside thebody
, instead ofhead
section. - Try to change the default title of the document to the respective project or just use the template given in the project files.
- Try to have only ONE html file, instead of having multiple of them in multiple folders.
- Try not to use uppercase words for file naming, they look aggressive.
- Try to use
main
tag for main content inside the body for more semantic and accessible approach.
Happy coding!
Marked as helpful0@TalkitivePosted about 2 years ago@shivaprakash-sudo
Yes, i was worried about why my CSS is not working but now i can fix it. Thanks for your guides, i will definitely follow them in upcoming works..
1 - The styles aren't applying to your site, this is because you've put the
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