.after
在此代码中,我要居中放置广告。我不知道怎么办。我尝试过align =“ center”的样式和margin:auto,但是不起作用。
答案 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>