How to horizontally center a div inside a div using css
Yes its very easy to center a block element inside other block element using simple css. Here is an example. If you have following HTML code: This is how we make innerDiv center horizontally. .outerDiv{ width:100% } .innerDiv { ...