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

HTML Introduction to HTML and CSS (2016) Adding a New Web Page Write the CSS

Applying 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?

Can 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?

Gavin Eyquem
seal-mask
.a{fill-rule:evenodd;}techdegree
Gavin Eyquem
Front End Web Development Techdegree Student 19,065 Points

Make 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
Danyl Bollschweiler
532 Points

I 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.