UI Deploy

Curated, Short, Web UI Dev we Love.

How to horizontally center a div inside a div using css

Yes its very easy to center a block element inside other block element. Here is an example.

If you have following HTML code:

This is how we make innerDiv center horizontally.

view source

Advertisement