Forums

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

Home Forums CSS centering two columns of links…aargh Reply To: centering two columns of links…aargh

#242663
Paulie_D
Member

The use of the font element has been deprecated and it should no longer be used.

Secondly, the first rule of centering is “Don’t use Float”.

Frankly, also, there is no need for the wrapping p element either. I’d prefer to use a proper menu structure (ul/li) instead but let’s just go with what we have.

So how to proceed?

Well the first option is to just add a width of 50% to the .list divs, then center the text in the p tags.

That gets you this:

http://codepen.io/Paulie-D/pen/zBvbRm