CSS Background and Border Challenge 2
The challenge is designed to test how you will code a progress bar using border and background properties.
We'll cover the following
Challenge
The colors used in the challenge are:
-
rgb(24, 141, 55)
-
#333
The height of the outer-bar
is set to 30px
and the border-radius
is set to 50px
. The padding of 10
pixels is added across all sides. For progress-bar
, the height and width are set to 100%
and 50%
.
You will need to add other CSS properties so that your output looks like this:
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.