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
Adama Sy
7,076 PointsStyle.css
Finalizing smells Like bakin
Border not showing.
Anyone had the same issue?
3 Answers
Dave Evans
13,160 Points^ yup. Just going to tell you there was an extra colon before 8px. Glad you found it out on your own!
Adama Sy
7,076 PointsI 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
Dave Evans
13,160 PointsCan 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.
Adama Sy
7,076 PointsYes everything it great except border
Adama Sy
7,076 Pointsbody { 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;
}