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) Make It Beautiful With CSS Select and Style by Class

Brittany Wilson
Brittany Wilson
166 Points

Nothing happened to the border when I changed the border styles in css.

I went and tried to attempt to change the border background, but when I did; Nothing happened. I made sure everything was entered in correctly and nothing happened when I refreshed the page.

Hi I'm Alejandro

I just started my training and I'm having the same problem would you happen to know the solution

The same exact thing happened to me. There might be a problem with the Workspace.

4 Answers

Close the Workspace and launch it again. Type each letter of the code yourself instead of clicking the auto-select option. For example, type out each letter of "border-radius", and save-all. Click Preview again, and you will see the change. There's nothing wrong with your code. I believe it's the Workspace just having some glitch.

Make sure you've specified the border thickness and style.

ie: .card-title { border: 2px solid orange }

Justin Cantley
Justin Cantley
18,068 Points

Could you share your css and html please? It will be much easier to help diagnose the problem that way.

Justin Cantley
Justin Cantley
18,068 Points

Simply copy your code and paste it here. 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 with syntax highlighting.

For example:

<p>This is code!</p>