Jump to content

theronegrace

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by theronegrace

  1. 4 div containers with the image/text float left and have a margin i.e

     

    <div class="box">

    <img src="" alt="" title="">

    <div>

    </div>

    </div>

     

    the css can be like

    div.box {width:200px; height:400px; float:left; margin:5px}

    div.box div {height:40%;}

    div.box img {height:59%}

×
×
  • Create New...