无法找到如何使广告居中。我试过align =“ center”和margin:auto但没有任何效果。

时间:2018-09-27 17:17:04

标签: javascript html css

.after

在此代码中,我要居中放置广告。我不知道怎么办。我尝试过align =“ center”的样式和margin:auto,但是不起作用。

3 个答案:

答案 0 :(得分:0)

尝试:

margin: 0 auto;

顶部/底部为0,左侧/右侧为自动

答案 1 :(得分:0)

尝试使用弹性框将子组件垂直和水平居中对齐。

<div id="537267839_INSERT_SLOT_ID_HERE" 
style="width:768px;height:90px;display:flex;justify 
content:center;align-items:center;">

答案 2 :(得分:0)

包装:

<div style="width:100%; text-align:center">
your code goes here
</div>