Forums

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

Home Forums CSS Div column/row images stacked on each other

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #276905
    csstricks18
    Participant

    Hey everyone!

    What a pleasant website this is. I actually visited here several times and found some very helpful info.

    I am doing a web design course online, and our current assignment requires us to lay a grid or rows and columns to load up some images for a costumer vendors website.

    I am having trouble making the images align properly vertically. They stack on each other with no space in between. I checked everything in the textbook etc but at this point I require further assistance.

    Please check the source at : https://freshupdates.neocities.org/ce_front.html

    I am thinking it has something to do with either the following:

    div[class^=’row’] {
    clear: both;
    content: “”;
    display: table;
    }

    or

    div[class^=’column’] {
    float: left;
    }

    Thanks in advance,

    Any help & commentary greatly appreciated !

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