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 Treehouse Club: CSS My First Web Page Introduction to My First Web Page

Color and image shape is not changing

Hello,

Whenever i try to change the top bar's color it's not changing even though it shows the color i want on Workspace.

Also, I changed the my image shape to 10% as Joy did on the video. It still is the same almost circle kind of shape. On top of that my pics rotating 90 degrees. I tried uploading different pics same thing. Of course i saved and reloaded it

Hi, can you share your code? It's hard to guess at the issue.

can you please provide a snapshot of your workspace.

1 Answer

To post your code to the forums wrap your code with 3 backticks (```) on the line before and after. If you specify the language after the first set of backticks, that'll help us with syntax highlighting.
Example:

```css
#body { color: black; }
```

or like Chyno Deluxe said, share your workspace :)