Hey!
I would like to read all your feedbacks! Im starting in this beatiful world!
https://codepen.io/RazielTX/full/QWKpXON
PD: I use Normalize fo restart the Styles, but i didn’t insert in the CodePen
Hey!
I would like to read all your feedbacks! Im starting in this beatiful world!
https://codepen.io/RazielTX/full/QWKpXON
PD: I use Normalize fo restart the Styles, but i didn’t insert in the CodePen
HI @RazielTX!
Welcome to the forum!
I think your page looks good.
You have a few small errors in your html and css. Run your code through the codepen analyzers.
Also, it would be nice to have the navbar be on the top of the page for smaller devices.
Keep up the good work!
Welcome to the forums @RazielTX. Your 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.
body
tag.b
element instead of the strong
element. While they both display the same, there is a semantic difference to anyone using a screen reader.Was there a reason you didn’t?
You can choose normalize as a base when using codepen. See their official documentation.