Those darn buttons!

I have been pulling out my beautiful red hair, trying to manipulate the code for my linked buttons. I understand you have to nest them but
Example:

<div class="container">
<div class="btn-group btn-group-justified">
 <div class="btn-group">
<a href="https://www.discogs.com/artist/33589-Billie-Holiday" class="btn btn-info"> Discography!</a>
</div>
<div class="btn-group">
  <a href="#"class="btn btn-info"> More images!</a>
</div>
<div class="btn-group">
    <a href="https://www.brainyquote.com/quotes/authors/b/billie_holiday.html"class="btn btn-info"> Quotes </a>
</div>
</div>
</div>

How is the btn btn-info a good class when i want a more custom button let say purple… ( i am in week 3) please excuse my. Newbie question

I cleaned up your code.
You need to use triple backticks to post code to the forum.
See this post for details.

1 Like