Showing posts with label CSS3. Show all posts
Showing posts with label CSS3. Show all posts

Tuesday, March 11, 2014

HTML: center horizzontally body content(in according to css3)

Insert the content of your body element into this div...

<div style="display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: center;">
[..............Your content.......]
</div>

Bye...