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 trialAzzan Al-Rahbi
1,412 Pointswhy i can't view the top border and the background
i'am using win10 and google chrome
2 Answers
Steven Parker
231,236 PointsThe pound sign (#) is only used with hexadecimal color codes.
Do not use a "#" in front of a color name like "orange".
Cindy Lea
Courses Plus Student 6,497 PointsWe cannot help you without the code.
Azzan Al-Rahbi
1,412 Points/*********************************************** Top bar color ***********************************************/
html { background-color: #fff2db; border-top: 100px solid #ORANGE; }
/*********************************************** Body styling ***********************************************/
body { max-width: 600px; margin: 10 padding: 20px 20px; font-size: 1.3em; line-height: 1.6em; font-family: 'Open Sans', sans-serif; color: #GRAY; font-weight: 300; }
/*********************************************** Image styling ***********************************************/
img { border-radius: 20%; max-width: 340px; }
/*********************************************** Headline styling ***********************************************/ h1 { font-size: 1.5em; line-height: .5em; color: #ORANGE; }
h2 { font-size: 1em; line-height: 1em; font-style: oblique; color: #GRAY;
}
h3 { font-size: .875em; line-height: 1em; font-weight: normal; }
h4 { margin-top: 60px; font-weight: 500; color: #E59400; }
Azzan Al-Rahbi
1,412 PointsAzzan Al-Rahbi
1,412 Pointsthanks man i figure it out you where right