Hey there! I’ve just finish my Portfolio webpage and I would love to have some opinion of it
codepen: https://codepen.io/DianaMac/full/bGBaqae
Thank you very much in advance!!
Have a great time you all!
Best regards,
Diana
Hey there! I’ve just finish my Portfolio webpage and I would love to have some opinion of it
codepen: https://codepen.io/DianaMac/full/bGBaqae
Thank you very much in advance!!
Have a great time you all!
Best regards,
Diana
It looks good, nice work. Normally I don’t have to work this hard to find things to complain about.
The few things that I noticed:
You should have an alt attribute on your images. This is important for disabled people using readers but can also affect SEO.
Secondly, with this:
margin: 0px;
padding: 0px;
You don’t need the units with 0
, it can just be:
margin: 0;
padding: 0;
Still, good work. Have fun learning JavaScript.
Dear @kevinSmith,
thank you very much for your kind feedback and also for your help. I already fixed the things you mentioned.
Thank you! Have a great day!