CSS for progress during onboarding

Wanted to showcase this pretty progress bar for onboarding:

2021-11-16 17.12.25

The code below is from the second screen:

<center style="font-size: 28px; color:#FF8D81;">
<span style="opacity:20%;" >⦁ &ensp;</span><span style="opacity:100%;" >⦁ &ensp;<span style="opacity:20%;" >⦁&ensp; ⦁
<pre><span><style>
[data-test="app-markdown-view"] {
position: fixed;
bottom: 60px;
left: 50%;
transform: translateX(-50%);
}
9 Likes

Should I make a new “Beautiful Design Apps” thread for stuff like this?

5 Likes