Avatar of Bob Schneider
Bob Schneider
Flag for United States of America

asked on 

Bootstrap Inline Lists with BG Color

How can I add background color to my inline list group:

<ul class="list-inline">
     <li class="list-inline-item">Item 1</li>
     <li class="list-inline-item">Item 2</li>
</ul>
CSSBootstrap

Avatar of undefined
Last Comment
Julian Hansen

8/22/2022 - Mon