Created
June 26, 2024 15:14
-
-
Save adhithiravi/cb1ff3a228b2420ac55c068f2e54630a 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