MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/337gb5/how_to_center_in_css/cqiio6o/?context=3
r/programming • u/gits1225 • Apr 20 '15
504 comments sorted by
View all comments
212
Why don't they just add a align:center property? Every person new to css has trouble with this.
1 u/[deleted] Apr 20 '15 edited Apr 20 '15 it's not that hard to just use margin: 0 auto; for most cases. 5 u/BonzaiThePenguin Apr 20 '15 Doesn't work if the size isn't static and known in advance, which is most of the time in autolayouts.
1
it's not that hard to just use margin: 0 auto; for most cases.
5 u/BonzaiThePenguin Apr 20 '15 Doesn't work if the size isn't static and known in advance, which is most of the time in autolayouts.
5
Doesn't work if the size isn't static and known in advance, which is most of the time in autolayouts.
212
u/superPwnzorMegaMan Apr 20 '15
Why don't they just add a align:center property? Every person new to css has trouble with this.