Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] trying to make inline

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #193390
    smeeker
    Participant

    I’m having issues making the following code display the boxes in a row side by side. I’ve tried troubleshooting with the display:inline; to several of the different elements including the <li>, .box,

    Here is the link to the code: http://codepen.io/smeeker/pen/wBJYYe

    #193392
    Shikkediel
    Participant

    Using display: inline-block on .box seems to work alright.

    #193417
    smeeker
    Participant

    that worked perfect! Thank you! :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.