gpt4 book ai didi

html - 垂直 CSS 进度条

转载 作者:太空宇宙 更新时间:2023-11-04 15:22:06 25 4
gpt4 key购买 nike

我正在致力于创建一个仅使用 HTML 和 CSS 自下而上的进度表。我面临的问题是叠加图像没有在它所属的位置排列。有人可以帮帮我吗?

编辑

代码如下:

<h2>Fall Fest Candy Collection</h2>
<p>The Fall Fest candy collection has begun! Follow along with the progress bar as we attempt to reach our goal of one million pieces of candy!</p>
<p>&nbsp;</p>
<div id="progress-bar">
<div id="progress-level" style="height: 79%; bottom: 0px; text-align: center;"></div>
</div>
<p style="margin-bottom: 15px; text-align: center;">79% collected</p>
<p> </p>

最佳答案

  • #progress-bar 上,设置 position: relative
  • #progress-level 上,删除 margin-top: 133px 并添加 bottom: 0。然后,将 height 更改为一个更大的数字,比如 50%,这样您就可以看到它正在运行。

关于html - 垂直 CSS 进度条,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7698804/

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