Hi everyone.
It’s my first project for FreeCodeCamp.
I would be happy to read some feedback from the community.
Thank you in advance
1 Like
Looks great! Congrats.
Only note is that you don’t need any of the <style>
in the HTML. You have it all in the CSS
1 Like
Thanks pjonp for your feedback. I deleted <style>
from HTML.
Nice! Since you’re setting a max width of the body, I would make sure it’s centered in the browser.
1 Like
Thanks, i am not sure what is the best max-width for a such project. I checked in Chrome and Opera and it looks fine.
I like it! The design is clean, elegant and responsive.
As a suggestion to further improve accessibility you can consider including the alt
attribute to the image.
1 Like
Thanks MartaFagundez! I add
alt
atribute.
1 Like