(Need Help) Can't get <ul> to be horizontal

Trying to make a thumbnail list without the thumbnail background on my ul. ( ul class=“thumbnail” ) This is for the Portfolio Project on Front End.

My code:

Bootstrap has a list-inline class for lists. Try adding class="list-inline" to your <ul>.

1 Like

figured it out, but thanks for the response