gpt4 book ai didi

html - 如何水平居中此警报?

转载 作者:太空宇宙 更新时间:2023-11-04 13:43:34 24 4
gpt4 key购买 nike

我正在尝试在用户单击按钮时显示提醒,但不知道如何将提醒水平居中。我希望警报保持在#main 内。参见 this fiddle.

谢谢!

最佳答案

确保#main 的位置不是static,然后将以下规则分配给警报:

position: absolute;
left: 50%;
top: 50%;
margin-left: -width;
margin-top: -height;

widthheight 替换为正确的值。

关于html - 如何水平居中此警报?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12684803/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com