We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How Can I arrange web page footer elements in columns using CSS? | Forum

Topic location: Forum home » Support » General Questions
Kumi Festus
Kumi Festus Jan 27 '14
ONE                             TWO                         THREE
.Britain                         .Water,                      .Computer
.Togo                           .Apple                       .Pen
.Banana                       .Orange                    .Pencil
.Wire                            .Pear                         .Eraser
.Food                           .Bread                       .Phone   .
.Rice                             .Book                        .Mouse               .

I can use <ul>
              <li></>
              </ul>
to give the list of items but using CSS to direct the display is my headache now.

Thanks
ross Team
ross Jan 27 '14
please find this info in the internet https://www.google.ru/#newwindow=1&q=css%20rows%20columns
Kumi Festus
Kumi Festus Jan 28 '14
Thanks for the link. I really wanted to avoid using tables but it seems they emphasized the use of tables.
James Dorsey
James Dorsey Sep 8 '23


HTML:

<!-- Create a styled list using <ul> and <li> elements -->

CSS:

/* Style the list and list items for a three-column layout */

 Further you can follow TestiRecipe as it is making list of ingredients as you want.