Hacker News new | ask | show | jobs
by abijeet 3518 days ago
Looks neat and clean.

Here's my review -

1. Add -

<meta charset="utf-8">

in the head section of the page.

2. Try to avoid jumping from h1 directly to h3. Heading progression should be from h1 to h2 to h3 and so on.

3. Towards the end I see you've added some <br> tags to space out content. I'd use CSS margin top and bottom to do that.