-
Notifications
You must be signed in to change notification settings - Fork 0
css
Thomas Czogalik edited this page Dec 27, 2019
·
4 revisions
.inner {
display: table;
margin: 0 auto;
}
<div style="width:100%">
<div class="inner">Foo foo</div>
</div>
.div-wrap-center {
display: table;
margin: 0 auto;
}