Bootstrap Progress Bar Custom Border Radius

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Bootstrap Progress Bar Custom Border Radius

by Guest » 08 Feb 2025, 15:30

Ich habe das folgende Snippet: < /p>


.progress-bar{
border-top-right-radius: 40px !important;
border-bottom-right-radius: 40px !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}

.progress{
border-radius: 40px !important;
background-color: white !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
border: 2px solid #337AB7;
}< /code>




< /code>
< /div>
< /div>
< /p>

Ich verstehe nicht, warum ich den Weißraum habe Links möchte ich es loswerden. .png " /> < /p>

Top