Tribute Page : FreeCodecamp Done

My first post here; i finished my Tribute page a while ago and made some update’s frequently. Didn’t try to make it beautiful. It was already hard enough to make it responsive!

See the Pen Freecode Tribute Page by Allards (@Allards) on CodePen.

I constructive feedback would be welcome! I will try harder on my Profile Page :slight_smile:

1 Like

Hello,

Well done !

A few things:

I believe this: col-xs-12 .col-sm-6 .col-lg-8 should be this: col-xs-12 col-sm-6 col-lg-8 (no dot).

You’ve sometimes forgotten to put your inline styles between quotes (it still works but it’s just about consistency I guess).

You could try putting all your inline styles into a separate CSS stylesheet: it’s easier to maintain and to make changes.

1 Like

Tnx timotheap for your tips… after some fiddling around i removed col-xs-12 .col-sm-6 .col-lg-8 it doesn’t’ seem needed in a one col layout? I also moved the inline style’s into the stylesheet. I never used stylesheets before, but i’m starting to like them :slight_smile: