Solution: Shimmer Loading Placeholder
Let’s create a loading placeholder card with a continuously moving shimmer effect using only CSS.
We'll cover the following...
We'll cover the following...
Problem description
Given an HTML page containing a <div class="shimmer-card"></div>
element, write CSS to:
Style
.shimmer-card
as a grey placeholder with fixed dimensions and relative positioning.Use a
::before
pseudo-element to ...