Skip to content

Instantly share code, notes, and snippets.

@Jagathishrex
Created November 12, 2019 17:31
Show Gist options
  • Save Jagathishrex/413a9e80e91918255a2bb760f3ed5d45 to your computer and use it in GitHub Desktop.
Save Jagathishrex/413a9e80e91918255a2bb760f3ed5d45 to your computer and use it in GitHub Desktop.
.dice {
padding: 4px;
background-color: #e7e7e7;
width: 104px;
height: 104px;
border-radius: 10%;
}
.dot {
display: block;
width: 24px;
height: 24px;
border-radius: 50%;
background-color:tomato;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment