Hello everyone,
I just created a tribute page project for fcc. Link to my project is : https://codepen.io/hvyas/full/jOWMGzq
I would love to hear feedbacks from everyone and what other improvements I can do on my project.
Thank you in advance
Hello everyone,
I just created a tribute page project for fcc. Link to my project is : https://codepen.io/hvyas/full/jOWMGzq
I would love to hear feedbacks from everyone and what other improvements I can do on my project.
Thank you in advance
Looking great
Welcome to the forums @Lucifellow. Page looks good. Some things to revisit;
body
element in HTML. (No need to include the body tags). For anything you want to add to the <head>
element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
head
element.<br>
to force line breaks or spacing. That’s what CSS is for.Hello @Roma
Thank you for taking time to review my code and give feedback.
I have updated my code based on your feedback.
W3C is really useful to find errors, thanks for giving link to validator I can use it for my future projects.
Thank you for letting me know about alternatives to br . I replaced all my br with margin in css and it gives much more freedom to line breaks.
Thank you for helping me out to improve my code.