gpt4 book ai didi

html - 具有中心偏移的 css calc

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

Here is what I am trying

我在中心有一个元素,我想留在中心。现在我想要一个元素来拥抱这个元素的左侧。

所以实际上我希望左边 div 最左边的位置是 right:calc(50%-200px-(lefts width));

我的问题是做对了:50%;做了一些事情但 right:calc(50% +100px) 没有。

我怎样才能让左边类的 div 总是拥抱中间的那个人?

<div class="left"> hug this center element </div>
<div class="middle"> this stays in the middle</div>

最佳答案

left: 50%; /* align center */
margin-left: -30px; /* your element width / 2 when element = 60px */

关于html - 具有中心偏移的 css calc,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25496617/

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