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

My image wont form into a circle and i need help as to why?

How do I make an image round or into a circle in my CSS file?

1 Answer

We would need to see your code to know what it is you are doing, or aren't doing. The border-radius: 50%; entry for the main-image class in the CSS is what would make the border round. Be sure you have hooked up your css to your resume.html using the statement <link rel="stylesheet" href="resume.css"> in the head of the html. Also be sure to save your files before trying to preview. If that doesn't resolve it for you, post your css and html files so we can see what's missing.