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 trialBrittany Wilson
166 PointsNothing 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.
Ruthie Plancich
4,614 PointsThe same exact thing happened to me. There might be a problem with the Workspace.
4 Answers
Dan K
10,689 PointsClose 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.
Matt Mauney
530 PointsMake sure you've specified the border thickness and style.
ie: .card-title { border: 2px solid orange }
Justin Cantley
18,068 PointsCould you share your css and html please? It will be much easier to help diagnose the problem that way.
Brittany Wilson
166 PointsHow do I do that? lol
Justin Cantley
18,068 PointsSimply 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>
Justin Cantley
18,068 Points[deleted]
Alejandro Pochet
Full Stack JavaScript Techdegree Student 355 PointsAlejandro Pochet
Full Stack JavaScript Techdegree Student 355 PointsHi I'm Alejandro
I just started my training and I'm having the same problem would you happen to know the solution