📜  居中 iframe - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:14.583000             🧑  作者: Mango

代码示例3
div, iframe {
    width: 100px;
    height: 50px;
    margin: 0 auto;
    background-color: #777;
}

iframe {
    display: block;
    border-style:none;
}