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 trialPaul Carmelo Cunanan
Courses Plus Student 8,862 PointsHelp
Style a placeholder called "super_link". Make the font-weight bold and the color red.
3 Answers
michaelyanchar
13,563 Points%super_link {
font-weight: bold;
color: red;
}
Wameedh Mohammed Ali
16,572 PointsHere:
%super_link {
font-weight:bold;
color:red;
}
We use the % to define a placeholder, just like when we use # to define an ID!
Thanks & happy coding :)
michaelyanchar
13,563 Points%super_link { font-weight: bold; color: red; }
Chris Shaw
26,676 PointsChris Shaw
26,676 PointsGiving out the answer probably isn't the best idea, it would be better for the person taking the challenge to read the SASS reference page as it explains what a placeholder selector is.
http://sass-lang.com/documentation/file.SASS_REFERENCE.html#placeholder_selectors_
MUZ140895 Simbarashe Mhosva
5,383 PointsMUZ140895 Simbarashe Mhosva
5,383 Pointsthanks michael
Aurelian Spodarec
10,801 PointsAurelian Spodarec
10,801 PointsChris, it's Sass, not SASS! :D
Chris Shaw
26,676 PointsChris Shaw
26,676 Pointshaha, that's how it was typed two years ago. One of the great debates ?