Skip to content

Instantly share code, notes, and snippets.

@adhithiravi
Created June 26, 2024 15:14
Show Gist options
  • Save adhithiravi/cb1ff3a228b2420ac55c068f2e54630a to your computer and use it in GitHub Desktop.
Save adhithiravi/cb1ff3a228b2420ac55c068f2e54630a to your computer and use it in GitHub Desktop.
Skeleton loading grid style
.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