Check ... to CodePen

Developer
Size
3,286 Kb
Views
24,288

How do I make an check ... to codepen?

What is a check ... to codepen? How do you make a check ... to codepen? This script and codes were developed by Keith Wyland on 13 September 2022, Tuesday.

Check ... to CodePen Previews

Check ... to CodePen - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Check ... to CodePen</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @import url(https://fonts.googleapis.com/css?family=Damion);
@import url(https://fonts.googleapis.com/css?family=Mrs+Saint+Delafield);
/* pattern from subtlepatterns.com */
/* https://subtlepatterns.com/patterns/sneaker_mesh_fabric.png */
/* font-family: 'Damion', cursive; */
* { box-sizing: border-box;
}
body { font-size: 100%; color: #555;
}
.check { background-image: linear-gradient(to right, rgba(125,185,232,0.15) 0%,rgba(125,185,232,0.15) 100%), url(https://subtlepatterns.com/patterns/connect.png); width: 40em; height: 14em; position: relative; box-shadow: 0 0 10px 0px black; margin: 1em; padding: 1em;
}
.check:before { position: absolute; content: ''; width: 39em; height: 13em; margin: 0.5em 0 0 0.43em; top: 0; left: 0; border: 1px dotted #666;
}
.number { font-family: "Courier New"; font-weight: bold; text-align: right;
}
.date { font-family: 'Damion', cursive; font-size: 1.5em; float: right; border-bottom: 1px solid #666; width: 6em; margin: 0.2em 2em 0.5em; padding-left: 0.5em; position: relative;
}
.date:before { font-family: Helvetica; font-size: 0.5em; content: 'DATE'; position: absolute; left: -3em; top: 1.8em;
}
.orderof { font-family: 'Damion', cursive; font-size: 1.5em; border-bottom: 1px solid #666; float: left; width: 65%; margin: 0 0 0 3em; position: relative; line-height: 1; padding-top: 0; padding: 0 0 0 1em;
}
.orderof:before { font-family: Helvetica; font-size: 0.5em; content: 'PAY TO THE ORDER OF'; position: absolute; left: -6em; top: 0.3em; width: 6em;
}
.num { font-family: 'Damion', cursive; font-size: 1.5em; float: left; border: 2px solid #aaa; position: relative; margin: 0 0 0 2em; padding: 0 0.5em; line-height: 0.9em;
}
.num:before { font-family: Helvetica; content: '$'; font-weight: bold; position: absolute; left: -0.8em;
}
.dollars { font-family: 'Damion', cursive; font-size: 1.5em; border-bottom: 1px solid #666; width: 84%; float: left; padding: 0 0 0 4em; position: relative;
}
.dollars:after { font-family: Helvetica; font-size: 0.5em; content: 'DOLLARS'; position: absolute; right: -5em; top: 1.7em;
}
.memo { font-family: 'Damion', cursive; font-size: 1.5em; border-bottom: 1px solid #666; clear: left; float: left; width: 40%; position: relative; padding: 0 0 0 1em; margin: 0.6em 0 0 1.5em;
}
.memo:before { font-family: Helvetica; font-size: 0.5em; content: 'MEMO'; position: absolute; left: -3em; top: 1.7em;
}
.sig { font-family: 'Mrs Saint Delafield', cursive; font-size: 2em; float: right; border-bottom: 1px solid #666; line-height: 0.9em; margin: 0.58em; width: 40%; padding: 0 0 0 0.7em
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="check"> <div class="number">1025</div> <div class="date">Oct 29, 2013</div> <div class="info"> <div class="orderof">CodePen</div> <div class="num">75.00</div> <div class="dollars">Seventy-five and 00/100</div> </div> <div class="memo">CodePen Pro</div> <div class="sig">Keith Wyland</div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Check ... to CodePen - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Damion);
@import url(https://fonts.googleapis.com/css?family=Mrs+Saint+Delafield);
/* pattern from subtlepatterns.com */
/* https://subtlepatterns.com/patterns/sneaker_mesh_fabric.png */
/* font-family: 'Damion', cursive; */
* { box-sizing: border-box;
}
body { font-size: 100%; color: #555;
}
.check { background-image: linear-gradient(to right, rgba(125,185,232,0.15) 0%,rgba(125,185,232,0.15) 100%), url(https://subtlepatterns.com/patterns/connect.png); width: 40em; height: 14em; position: relative; box-shadow: 0 0 10px 0px black; margin: 1em; padding: 1em;
}
.check:before { position: absolute; content: ''; width: 39em; height: 13em; margin: 0.5em 0 0 0.43em; top: 0; left: 0; border: 1px dotted #666;
}
.number { font-family: "Courier New"; font-weight: bold; text-align: right;
}
.date { font-family: 'Damion', cursive; font-size: 1.5em; float: right; border-bottom: 1px solid #666; width: 6em; margin: 0.2em 2em 0.5em; padding-left: 0.5em; position: relative;
}
.date:before { font-family: Helvetica; font-size: 0.5em; content: 'DATE'; position: absolute; left: -3em; top: 1.8em;
}
.orderof { font-family: 'Damion', cursive; font-size: 1.5em; border-bottom: 1px solid #666; float: left; width: 65%; margin: 0 0 0 3em; position: relative; line-height: 1; padding-top: 0; padding: 0 0 0 1em;
}
.orderof:before { font-family: Helvetica; font-size: 0.5em; content: 'PAY TO THE ORDER OF'; position: absolute; left: -6em; top: 0.3em; width: 6em;
}
.num { font-family: 'Damion', cursive; font-size: 1.5em; float: left; border: 2px solid #aaa; position: relative; margin: 0 0 0 2em; padding: 0 0.5em; line-height: 0.9em;
}
.num:before { font-family: Helvetica; content: '$'; font-weight: bold; position: absolute; left: -0.8em;
}
.dollars { font-family: 'Damion', cursive; font-size: 1.5em; border-bottom: 1px solid #666; width: 84%; float: left; padding: 0 0 0 4em; position: relative;
}
.dollars:after { font-family: Helvetica; font-size: 0.5em; content: 'DOLLARS'; position: absolute; right: -5em; top: 1.7em;
}
.memo { font-family: 'Damion', cursive; font-size: 1.5em; border-bottom: 1px solid #666; clear: left; float: left; width: 40%; position: relative; padding: 0 0 0 1em; margin: 0.6em 0 0 1.5em;
}
.memo:before { font-family: Helvetica; font-size: 0.5em; content: 'MEMO'; position: absolute; left: -3em; top: 1.7em;
}
.sig { font-family: 'Mrs Saint Delafield', cursive; font-size: 2em; float: right; border-bottom: 1px solid #666; line-height: 0.9em; margin: 0.58em; width: 40%; padding: 0 0 0 0.7em
}
Check ... to CodePen - Script Codes
Check ... to CodePen - Script Codes
Home Page Home
Developer Keith Wyland
Username keithwyland
Uploaded September 13, 2022
Rating 4
Size 3,286 Kb
Views 24,288
Do you need developer help for Check ... to CodePen?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Keith Wyland (keithwyland) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!