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
# Ignore everything | |
/* | |
/*/ | |
# Inverse ignore some stuff | |
!/Assets/ | |
!/ProjectSettings/ | |
!.gitignore | |
# Inverse ignore visual studio files |
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
<style> | |
* { | |
font-family: Arial, Verdana, Georgia, 'Times New Roman'; | |
color: #646464; | |
} | |
.couponWrapper { | |
width: 412px; | |
height: 215px; | |
border: 2px dashed #000; | |
position: relative; |
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
<style> | |
* { | |
font-family: Arial, Verdana, Georgia, 'Times New Roman'; | |
color: #646464; | |
} | |
.couponWrapper { | |
width: 412px; height: 215px; border: 2px dashed #000; position: relative; | |
} | |
.couponHeader { | |
position: absolute; |