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 trialGena Israel
2,047 PointsI did style for h2 and it will not show up as upper case
.section-title { text-transform: uppercase; }
4 Answers
Muhammad Ehsan Hanif
8,236 PointsIt should be <h2 class="section-title">
Gena Israel
2,047 Points<!DOCTYPE html> <html> <head> <title>Gena Israel's Resume</title> <link rel="stylesheet" href="resume.css"> </head> <body> <img src="http://placeimg.com/200/200/tech" alt="Gena Israel, Web Developer" class="main-image"> <h1>Gena Israel, Web Developer</h1> <h2 class:"section-title">Summary of Qualifications</h2> <ul> <li>Experience as a freelance Web Developer</li> <li>Experience with html/css/javascript</li> <li>Bachelor of Science in Economics</li> </ul> </body> </html>
Ravi Yadav
10,152 PointsHi Gena, Please refer to the markdown cheatsheet and please post your code accordingly. It will help us to help you. The link to Markdown cheatsheet is right at the bottom below the input field for posting answers.
Muhammad Ehsan Hanif
8,236 PointsHi Ravi Markdown cheatesheet link working for you? It redirects me to the community page.
Ravi Yadav
10,152 PointsDon't try to open in a new link :)
Muhammad Ehsan Hanif
8,236 Pointsah ok, thx for that. I was using this https://teamtreehouse.com/community/howto-guide-markdown-within-posts link before.
Alexander Davison
65,469 PointsAlexander Davison
65,469 PointsYour CSS looks fine. Can you show us your HTML?