将DIV水平和垂直居中

将DIV水平和垂直居中,第1张

将DIV水平和垂直居中

在尝试了很多事情之后,我找到了一种可行的方法。如果对所有人有用,我在这里分享。您可以在这里看到它的运行情况:

.content {        width: 200px;        height: 600px;        background-color: blue;        position:absolute;         left:0; right:0;        top:0; bottom:0;        margin:auto;                max-width:100%;        max-height:100%;        overflow:auto;    }


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5022082.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-15
下一篇 2022-11-15

发表评论

登录后才能评论

评论列表(0条)

保存