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 trialDAVID OLSEN
Front End Web Development Techdegree Graduate 14,295 PointsMy footer was working great, but after an update to visual studio my CSS for the footer is not working.
VS says I have 14 errors and I have 14 lines for this rule.
footer { font-family: Arial, Helvetica, sans-serif; font-weight: 100; font-size: 15px; text-align: left; color: white; line-height: 20px; margin-top: 100px; padding-top: 10px; padding-bottom: 10px; padding-left: 100px; padding-right: 200px; Background-image: radial-gradient(#9dc5c3, #5e5c5c); }
1 Answer
KRIS NIKOLAISEN
54,971 PointsThis is because the b in background-image
should be lowercase.