Feedback: Technical Documentation Page (CSS)

Hello everyone (Again xD)! Can i ask you to look my project and give me feedback?
All feedbacks and comments are welcome. Thank you for helping me =)

Hey @danilmendes!

I think your page looks good. Just a couple of small things.

When I ran your code through the html analyzer there a couple of errors.
One of them was in line 57

 <p>Here, all <p> elements on the page will be center-aligned, with a red text color:</p>

You forgot to use html character entities for the p tag after the word all. I noticed you did it correctly in line 37 but I think you just forgot about this line.

For the CSS background section, maybe there could be a little more spacing just because it seems a little to close together for me.

Hope that helps!

Happy coding!

1 Like

Hey @jwilkins.oboe!
I just wrote this tag p wrong in line 57, i forgot to run the code through the html analyzer. Now its fixed and i fixed the other issues like the body tag. Thank you so much for looking over my page and giving me feedback :grin:.

1 Like