JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Progress Bar › Circular progres bar centered › Reply To: Circular progres bar centered
November 18, 2024 at 9:21 am
#111795
Markov
Keymaster
Hi,
See the updated CSS below
html, body { padding: 10px; }
.smart-window {
width: 1500px !important;
}
.centered {
display: flex;
align-items: center;
justify-content: center;
}
#progressbar3 {
width:100px !important;
height:100px !important;
}
#progressbar4 {
width:125px !important;
height:125px !important;
}
.divall {
width:100%;
height:800px;
background: blue;
}
Best regards,
Markov
Smart UI Team
https://www.htmlelements.com/