Created
June 26, 2024 15:14
-
-
Save adhithiravi/604c00614b92b400ffcd5fb1d0988e54 to your computer and use it in GitHub Desktop.
Skeleton loading grid style
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.skeletonContainer { | |
display: block; | |
box-sizing: inherit; | |
margin-top: 1rem; | |
background-color: lightgray; | |
padding: 10px; | |
height: 200px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment