Hey! I’d love some feedback on my Landing Page and Tribute Page, let me know how best to improve them
https://codepen.io/nesskiran/pen/yLVqRrV
https://codepen.io/nesskiran/pen/JjbmqyK
Thanks!
Hey! I’d love some feedback on my Landing Page and Tribute Page, let me know how best to improve them
https://codepen.io/nesskiran/pen/yLVqRrV
https://codepen.io/nesskiran/pen/JjbmqyK
Thanks!
hello @ns_kn , nice work on your tribute and landing pages.
You have a tiny error in the CSS of both pages. The codepen analyzer should help in this regard.
You may also want to run the html of your Landing page in the W3C validator, there are some minor errors in there.
All the best!
Thanks so much! I’ll validate now. I need to get into the habit of doing it automatically!
Take care
Your pages lookd good @ns_kn. Some things to revisit;
body
element in the HTML editor. (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.
<br>
element to force line breaks or spacing. That’s what CSS is for.<br>
element to force line breaks or spacing. That’s what CSS is for.
Thank you so much! This has been really helpful, I appreciate it