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 trialJakarri Thomas
Front End Web Development Techdegree Student 425 PointsApplying border and border radius
Im at the part where i have to style with css but the attributes that im putting in are not linking up, I have declared a class for my main image and in resume.html and in resume.css but the border and border radius are not syncing could anyone help me out?
Gavin Eyquem
Front End Web Development Techdegree Student 20,443 PointsMake sure your css is properly linked in the html. Look out for small spelling mistakes and small code errors. If the problem persists, show us your code.
1 Answer
Danyl Bollschweiler
532 PointsI had the same issue, my problem was after I added the class to the image I forgot to save my resume.html so the web page didn't have the updated info that the image should be different.
jb30
44,806 Pointsjb30
44,806 PointsCan you post the code you have in resume.css, the html code for your main image, and the link in resume.html linking to resume.css, or check for misspellings in those places?