DEV Community

Discussion on: Centring the item with two lines of code

Collapse
 
signo profile image
L

the post didn't mention the transform: translate(x%) trick but other (even older) ways:

I usually either relied on the numbers (so defining margin or padding for the item - which is not good idea cause it looks different on different screens) or used floating. There was also a way with creating tables and putting your content there.

ps: I still use the transform trick sometimes :)

Thread Thread
 
akowalska622 profile image
akowalska622

I also sometimes do :) I was just wondering, thanks for claryfing :D

Some comments have been hidden by the post's author - find out more