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 CSS Basics (2014) The Box Model Display Values

Konrad Dziekonski
Konrad Dziekonski
7,798 Points

bottom-border is not wrking

Hi could you help me on that? The code look fine to me both in html and css.

https://w.trhou.se/0nqfg0fh2b

and i can not see the bottom underlining in the .callout.

Thanks!

5 Answers

Hi Konrad, Looks like you have mistype in your css :

border-bottom: 3px soid #ffa949;

'soid' instead of 'solid'

Konrad Dziekonski
Konrad Dziekonski
7,798 Points

Hi,

Again this is snapshot taken right after box practice challenge - untouched by me

https://w.trhou.se/gd2iipxc1c

.callout looks exactly this same and there is text-decoration: none; in my a:link styling and i can see the underlining.

Would you be able to explain what happened?

Thanks

Konrad Dziekonski
Konrad Dziekonski
7,798 Points

right... my bad, sorry for the trouble.

No problem Konrad, glad I could help. Just remember to select a best answer so others know the issue is resolved. Happy coding!

Dmitry Polyakov
Dmitry Polyakov
4,989 Points

There is no underline because your a:link style says text-decoration:none