supposedly this works on github but not sure
This commit is contained in:
parent
7d467e27d4
commit
53a7f7daf4
1 changed files with 6 additions and 28 deletions
32
readme.md
32
readme.md
|
|
@ -1,34 +1,12 @@
|
|||

|
||||
-
|
||||
### Current Progress:
|
||||
<div class="progress-wrapper">
|
||||
<div class="progress-container">
|
||||
<div class="progress-bar" style="width: 0%;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.progress-wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.progress-container {
|
||||
width: 400px;
|
||||
height: 24px;
|
||||
background: #e5e7eb;
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
height: 100%;
|
||||
background: linear-gradient(90deg, #00ffcc, #00aa88);
|
||||
transition: width 0.3s ease;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p style="text-align: center;">Basically 0% lol</p>
|
||||
<p align="center">
|
||||
<progress value="0" max="100" style="width: 400px;"></progress>
|
||||
<br>
|
||||
<strong>Basically 0% lol</strong>
|
||||
</p>
|
||||
|
||||
### Pages HTML recreated:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue