我有一个进度条:
出于某些原因,我似乎可以将价值移到中心。
.progressBar {
border: black solid 1px;
text-align: center;
}
#progressBarText {
text-align: center;
}
<div class="progress progressBar" style="background-color: blue;" width="50%">
<div class="progress-bar" role="progressbar" id="progressBarText" aria-valuemin="0" aria-valuenow="50" aria-valuemax="100">
50%
</div>
</div>
它似乎没有生效。
如何继续进行调试?
我现在对任何建议持开放态度。
任何提示/建议/帮助都将非常感谢!
答案 0 :(得分:0)
这样做:
#progressBarText {
text-align: center;
width: 100%;
}
答案 1 :(得分:0)
.progress-bar 添加此
width: 50%;
答案 2 :(得分:0)
为班级进度条编写CSS