So far so good, i’ve completed the project.
I would really love a few words about it, specially about the code. I guess it will be so useful for me ro know your feedback.
Thank you!
If you run it through https://validator.w3.org/#validate_by_input you get some errors(mostly simple fixes), but over all it looks good and gets your message across well. I’m still new so I find this in particular to be pretty helpful and broadening my scope on media queries. Good job!
It’s good!! But maybe if you’ll align the code to left it seems that it’ll be better for the users!
I thought the same thing good catch.
hi @correodelucio
awesome
this is something i need to learn about table.
thanks.
Wow, looks great
Wow. It is really very good! Bravo
@correodelucio , I appreciate your work, a good project!
At the same time, I would suggest few things - you may consider:
- add some more padding to the bottom ( you can add it to your footer).
- change/adjust your menu background-color and font color
- for small devices, make your text justified.
- add this css at the top of your css
html {
scroll-behavior: smooth;
}
and see the effect by clicking on your menu links.
5. you also may add a title at the top your document - about (although you used it as brand).
Thank you.
Thank you very much for your comment; they all were very useful.
I do some minor tweaks, feel free to see!
Ty again-
As mentioned previously, run your HTML code through the W3C validator.
- There are HTML coding errors you should address.