Tribute Page: Heath Ledger. Feedback Please!

Completed my first project! I played around a little with color but mostly stayed with the project guidelines. I’d love any feedback on design and code! The link is: http://codepen.io/gaosams/pen/xOyyGw

Hi, @gaosams. The colors are great :thumbsup:

Your main heading is in comic sans! I checked your fonts and found that you have some typos in the link tag.

Use this:
<link href='https://fonts.googleapis.com/css?family=Alfa+Slab+One' rel='stylesheet' type='text/css'>
then in the CSS,
h1 { font-family: "Alfa Slab One", cursive; }

Then, in your images, consider replacing col-xs-4 with col-sm-4, so the images are stacked nicely when viewed on small screens.

:smile: Thanks for the catch! My browser’s been showing a cursive font that was pretty nice. I replaced the font!

I like it, it’s a simple elegant page. If anything, the center pic should be the same size as the others.