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...

No comments:

Post a Comment