Entry tags:
Mockup: Store Receipt

Information
Hey guys! I've got a receipt mock-up for you guys today, at the request of a user. It was just too good of an idea to pass up!! You can edit the store logo without needing to grayscale it or worry about keeping the printer lines intact—as long as the image is transparent, you're all set. Enjoy! 💖The Coding
Editing Guide
Paste the coding into Notepad or similar and bring up Replace All (usually Ctrl+H) to replace values quickly and easily!FONTS
monospace - Body text
IMAGES
https://i.imgur.com/iXp5etU.png - Store Logo
TEXT CLIPPING
To remove printer lines replace the following with a HEX color: color:transparent;-webkit-background-clip:text;background-image:linear-gradient(to bottom,#000 0,#888 1px,#888 2px,#000 3px,#888 5px,#000 5px,#000 8px);background-size:auto 8px;
LOGO CLIPPING
To use a color logo (with no printer lines) delete:-webkit-mask:url(https://i.imgur.com/iXp5etU.png)center no-repeat;mask:url(https://i.imgur.com/iXp5etU.png)center no-repeat;-webkit-mask-size:auto 70px;mask-size:auto 70px;
Then replace:<div style="height:100%;background:linear-gradient(to bottom,#000 0,#888 1px,#888 1px,#000 3px,#888 4px,#000 4px,#000 7px)repeat;background-size:100% 7px;"></div>
With:<img src="URL" style="height:100%;">
Terms of Use
♡ Do not remove credit.♡ Do not redistribute my codes in part or in whole (posting a copy for players to use in your game is fine with a link to original post.)
♡ If you break something during editing, please feel free to drop me a comment and I'll help as best I can!
♡ I love seeing edits! This isn't a rule, but if you have a cool edit of one of my codes I'd love to see it!