css 中心绝对在视口中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 中心绝对在视口中相关的知识,希望对你有一定的参考价值。

<div id="centerme">
    Hello, world!
</div>​
#centerme
{
    position: absolute;
    left: 50%;
    top: 50%;

    /* You must set a size manually */
    width: 100px;
    height: 50px;

    /* Set negative margins equal to half the size */
    margin-left​: -50px;
    margin-top: -25px;
}

以上是关于css 中心绝对在视口中的主要内容,如果未能解决你的问题,请参考以下文章

将元素从当前位置过渡到视口中心?

使用 CSS Flexbox 的仪表板标题

在 CSS/样式化组件的顶部中心对齐绝对位置

带像素偏移的css绝对垂直中心

css 中心绝对div,中心固定div

CSS CSS中心DIV绝对位置