Created
November 12, 2019 17:31
-
-
Save Jagathishrex/413a9e80e91918255a2bb760f3ed5d45 to your computer and use it in GitHub Desktop.
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
.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