CSS Circle

css 3coloum list

Posted by: siddesigner on: July 9, 2008

<ol
>
  • Aloe</li
    >
  • Bergamot</li
    >
  • Calendula</li
    >
  • Damiana</li
    >
  • Elderflower</li
    >
  • Feverfew</li
    >
  • Ginger</li
    >
  • Hops</li
    >
  • Iris</li
    >
  • Juniper</li
    >
  • Kava kava</li
    >
  • Lavender</li
    >
  • Marjoram</li
    >
  • Nutmeg</li
    >
  • Oregano</li
    >
  • Pennyroyal</li
    >

  • l
    {
    width: 30em; /* room for 3 columns */
    }
    ol li
    {
    float: left;
    width: 10em; /* accommodate the widest item */
    }
    /* stop the floating after the list */
    br
    {
    clear: left;
    }
    /* separate the list from what follows it */
    div.wrapper
    {
    margin-bottom: 1em;
    }

    1 Response to "css 3coloum list"

    Leave a Reply