Loading Spinner
Easy
39
72.8% Acceptance
In this lab, a simple loader animation using HTML / CSS.
The required HTML code for this lab is already written.
You would have to write the CSS for creating the loader animations.
Here are the simple steps:
- Set a width & height of the
#loader
to a fixed value like50px
- Set a width for the border of the
#loader
and color togray
- Set the color of the border-top to blue
- Set the animate property to spin forever.
- Set the proper keyframe for for
spin
creating the 360 degress rotation using thetransform
property androtate()
NOTE: This is a self assessed lab. There are no test cases available for this exercise lab. You would have to manually check the challenges when you're done.