Forums

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

Home Forums CSS [Solved] How to align buttons (with height and width) horizontally? Reply To: [Solved] How to align buttons (with height and width) horizontally?

#202918
hcd1
Participant

Actually this is what I needed eventually:
http://jsfiddle.net/pztq29LL/19/

rows are centered horizontally, text inside centered vertically, and if there are too many buttons, they overflow on the next row. That’s what i called stacking, may be wrongly

In some other case I may need divs, but I know it is either flex or a bunch of markup for such a scenario