quickbuild
Version:
A mature, feature-complete application generator with an emphasis on speed
23 lines (22 loc) • 580 B
HTML
<style>
body {
padding: 10px;
font-family: system, -apple-system, '.SFNSText-Regular', 'SF UI Text', 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif;
color: #fff;
background-color: #8aba87;
text-align: center;
font-size: 34px;
}
#close {
color: white;
opacity: 0.7;
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
font-size: 12px;
text-decoration: none;
}
</style>
<p>Click on the parent window to see how the "focus on demo" button appears.</p>
<a id="close" href="javascript:window.close()">Close this Window</a>