Answers for "how to align an iframe center inline style css"

0

Center an iframe

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

iframe {
    display: block;
    border-style:none;
}
Posted by: Guest on July-17-2021

Browse Popular Code Answers by Language