So i just got to the “first tribute page” challenge and i made this : http://codepen.io/MrTowelie/pen/LbVoBz
I just found FCC a couple of days ago and now i’m addicted to coding.But anyways if you guys can help me with any comments on my project,like did i do well or should i do something differently and stuff like that.Anyway thank you guys a lot
Good job!
You’ve got mostly very clean HTML and a nice straightforward design.
The only thing I would recommend is not skipping <h2>
tags. If you want a sub-heading after an <h1>
, but <h2>
is too big, use CSS to change the style.
1 Like
Thanks.That didn’t even occur to me.I mostly just add a header from 1-6 but now i’ll use “font-size”