Created
October 4, 2018 01:33
-
-
Save choudharymanish8585/e321ed33738cf599b2a471121a098374 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
.THIS .div-container{ | |
border: red; | |
border-width: medium; | |
border-style: double; | |
margin: 0px 20px; | |
padding: 10px; | |
width: fit-content; | |
font-size: 14px; | |
} | |
.THIS .read-button{ | |
margin: 5px 20px; | |
} | |
.THIS .card-container{ | |
border: blue; | |
border-style: double; | |
border-width: thick; | |
margin:10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment