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 trial

CSS

Style.css

Finalizing smells Like bakin

Border not showing.

Anyone had the same issue?

3 Answers

^ yup. Just going to tell you there was an extra colon before 8px. Glad you found it out on your own!

I found the problem, i had an extra coma that should not be there. Using sublime text 3 sometimes tricks you by adding thing before you know, so I haded ":" twice

Can you give more info? Maybe post your css file. I'm guessing the other styles are showing up alright. I would make sure you aren't misspelling anything.

Yes everything it great except border

body { font-family: 'Nunito', sans-serif; color:#FAF3BC; background: #420600 url('img/bg-texture.jpg') repeat; }

a{ color: #4FB69F; text-decoration: none; } h1{ font-size: 1.750em; letter-spacing: -1.5px; } h2{ font-size: 1.500em; color:#B4C34F; } .btn{color: #FAF3BC; background: #4FB69F url('img/texture.png') no-repeat right top; padding: 15px 30px; margin: 40px 0px; border-radius: 25px; text-transform: uppercase; }

.btn:hover { background-color: #4CC4A7; }

ul.nav { margin: 120px 0 0 0; list-style: none; float: right; }

ul.nav li { float: left; margin-right: 40px; } ul.nav li a { color: #FAF3BC; }

intro {

margin: 50px 0 75px 0;

}

new-cupcakes img{

border: :8px solid #FAF3BC;
margin: 0 0 20px 0;

}