This is my tribute page. Please tell me how it is as it will help me lot.
https://codepen.io/mehul-n265/full/eYdMNaE
It looks pretty good.
If I am nitpicky…
<h1 id="title">The Missile Man Of India! A.P.J Abdul Kalam<hr></h1>
That hr
seems odd to me, especially since you do it for every section heading. This even shows up as an error on a validator. I probably would have done that with CSS.
But still, it looks pretty good.
Welcome to the forums @mehulnimbalkar265. Your page looks good. Some things to revisit;
- As @kevinSmith mentioned, run your HTML code through the W3C validator.
- User’s are not seeing your page the way you want. You’re calling fonts that you neither
link
(head
element in HTML) orimport
(CSS). On a side note with the fallback font if you link to a sans-serif you want your fallback to besans-serif
but notcursive
.