0
How do you have a rectangle in CSS not filled with a color?
I am making a loading animation and I need help with making the bar not filled.
14 odpowiedzi
+ 3
SweepSweep2 Look at this code:
https://code.sololearn.com/WMp6x81Qkb83/?ref=app
The rectangle background was removed. I added a border to demostrate that the rectangle is still there.
Please as suggested before by me and Abhay, you should give more description to your question in order to get better feedback.
Also don't modifie your code while the question is open, it makes things harder for your helpers.
Please add more details to your question if you want to get more accurate help. Thanks.
+ 5
What actually do you want to do?your question says you want a rectangle not filled with color
+ 5
Code for what?
+ 4
Remove the background color?
Share your code link here.
+ 4
Simply remove background as Kevin said
+ 4
Yes in order for it be not filled you need to remove background color ,or can you elaborate more?
+ 2
But its white.
+ 2
I meant a rectangle not filled.
+ 2
So now i understand, i thought you was talking about the actual background. But whats tthe code for it.
+ 1
CSS to remove the background to make the bar for the progress.
+ 1
Thanks you Kevin, now I made it!
0
For why
Descripe what do you want