Completed my first webpage (tibute page)

I completed responsive web design course on this site and just completed my first webpage. Can i get some experienced views and suggestions for future?
Here’s the link: https://codepen.io/hasz/pen/dBVRbZ

Well done :slight_smile:

Suggestions for the future:

Use multiple paragraph tags instead of how you only used one <p></p> and then breaking everything up inside with<br> tags.

It’s much more manageable if you use multiple <p></p> tags you can easily sort your paragraphs and if you don’t like the spacing in-between them you can use CSS styles. Or if you want a quick fix just use the <br> tag in between each <p></p>

The most important thing though is to keep on going and continue the challenges. It will get hard but you can do this if you put your mind to it :slight_smile:

Good luck!

1 Like

Thanks! And will keep that in mind.