Just finished my first project- A tribute page on Tim Berners-Lee:
https://codepen.io/jaygajjar99/pen/zVoVKV
Any feedback will be appreciated!
Just finished my first project- A tribute page on Tim Berners-Lee:
https://codepen.io/jaygajjar99/pen/zVoVKV
Any feedback will be appreciated!
Hey! I did the same guy, but you did much better!
You have done good work with animation!
uh… thanks.I had to practice using the @keyframes
css command.
Hi @jaygajjar99, welcome to the forums. Nice looking page. Just a couple of things you may want to revisit;
<br>
tag. If you want to increase spacing in your list items you can use line-height property in CSS<b>
) tag around your dates instead of strong (<strong>
). While they both render the same with HTML5 semantics they have different meanings.