Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialBenjamin Hedgepeth
5,672 PointsBasehold.it will not upload onto my document
I practically copied the line under my <head> element, but the grid will not appear on my document. I can't find anything that resembles a stylesheet that can be downloaded like normalize.css. Does anyone have any similar problems?
<link rel="stylesheet" href="//basehold.it/24">
Bandable Music
12,363 PointsHey! Your href is missing its protocol. Basically, you're missing this fancy part at the beginning: " https: " Try this link to get it up and running. https://basehold.it/24
Jeff Mills
Courses Plus Student 4,425 PointsJeff Mills
Courses Plus Student 4,425 PointsI had the same problem. Instead of that link use this: <link rel="stylesheet" href="http://basehold.it/24"> By adding the 'http' to the link it worked for me.