Would love some feedback on a tribute page I’ve set-up if anyone has timer.
https://codepen.io/maxsymonds21/pen/KKazVrK
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36
.
Challenge: Build a Tribute Page
Link to the challenge:
Hi @amxsymonds21 !
Welcome to the forum!
I think your page looks good.
There are a couple of small errors in your html and css.
Use the codepen analyzer and HTML validator to find and fix those errors.
I think you should use the cursor pointer for the submit button.
Hope that helps!
Thank you
have amended the errors
Roma
4
Welcome to the forums @amxsymonds21. Your page looks good. Some things to revisit;
- Do not use the
<br>
element to force line breaks or spacing. That’s what CSS is for.
- Have you noticed that the form does not show? (What you’ve done within the
#footer
selector hides it)
Thanks @Roma I have amended the two points you highlighted above
system
Closed
6
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.