My first ever creation! I’d love some feedback for my page https://codepen.io/miscliq/full/MWpVaLZ
I’d like to know what I am missing and what I should improve. Thanks in advance! 
My first ever creation! I’d love some feedback for my page https://codepen.io/miscliq/full/MWpVaLZ
I’d like to know what I am missing and what I should improve. Thanks in advance! 
Welcome to the forums @miscliq. Your page looks good. Some things to revisit;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>)
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.
Thank you for the feedback! Sorry for the late reply.
I’ve worked on what needs to be changed. Thanks!
Good job cleaning things up @miscliq. Some things to revisit;
property: value: pair you should be aware of. Be wary of having duplicates like that as they can be maintenance headaches.Hi @miscliq !
Welcome to the forum!
I think your page looks good.
I wouldn’t use inline styles
<p style="font-size:25px;"
I would move that over to the css section.
Hope that helps!
Fixed! Thanks for the feedback @jwilkins.oboe!
Hi @Roma! Thanks for the feedback.
I’ve cleaned up the CSS code and I’ve made the link more accessible. Thank you for all your help!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.