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

CSS How to Make a Website Adding Pages to a Website Style New Pages

Clint Borthwick
PLUS
Clint Borthwick
Courses Plus Student 543 Points

My picture turns into an oval instead of a circle. What would cause that?

The code is identical, image is in a oval instead of a circle

Covington Doan
Covington Doan
20,065 Points

I would use the inspector to see if your height and width are equal.

2 Answers

Like Covington Doan said, your image is probably wider than it is high, or vice versa. Make sure you use an image with equal width and height, or have it resized with css.

FΓ‘bio Tavares da Costa
FΓ‘bio Tavares da Costa
11,985 Points

Firefox is great for that. Just Cttr+i and click the Media tab.