Created
April 17, 2018 05:41
-
-
Save svaustin66/f205e13ced6c12d98f7559c75bdbcb36 to your computer and use it in GitHub Desktop.
CSS entries for styling the display of the discount code
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
.show-discount { | |
text-align: center; | |
background-color: #b7b8c4; | |
} | |
.show-discount span { | |
color: red; | |
font-weight: bold; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment