gpt4 book ai didi

css - 以固定位置居中表格

转载 作者:行者123 更新时间:2023-11-27 22:48:13 24 4
gpt4 key购买 nike

大家好,我正在尝试将表格居中放置在页面的固定位置,但我失败得很厉害。我该怎么做呢!?!?这是我所做的...

http://pastebin.com/cjAqkyjg

最佳答案

如果您知道元素的大小(例如 200 x 100 像素),您可以使用百分比和一半大小的负边距将其居中:

.Centered {
position: fixed;
left: 50%;
top: 50%;
margin-left: -100px;
margin-top: -50px;
}

关于css - 以固定位置居中表格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5758258/

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