how can I center my links like this? They all are centered inside a div
, but they begin from the same distance.
i am link 1
i am a longer link than
Do this: nest a left-aligned div in a center-aligned div.
Content
Longer Content
Really long Content
Content
Content
Addition:
CSS lovers everywhere will condemn me for suggesting that you could replace the inner div with a table, which would remove the need to specify a fixed (or percentage) width.