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
<div class="monster"> | |
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" | |
width="124.000000pt" height="174.000000pt" viewBox="0 0 124.000000 174.000000" | |
preserveAspectRatio="xMidYMid meet"> | |
<g transform="translate(0.000000,174.000000) scale(0.100000,-0.100000)" | |
fill="#000000" stroke="none"> | |
<path d="M0 870 l0 -870 620 0 620 0 0 870 0 870 -620 0 -620 0 0 -870z m745 | |
779 c17 -10 40 -23 53 -29 12 -5 22 -16 22 -24 0 -8 12 -19 28 -24 25 -9 26 |
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
<canvas id = "c" > </canvas> | |
<a target="_blank" href="http://codepen.io/stuffit/pen/fhjvk" id="p">Like playing with physics? Click here!</a> | |
<div id="info"> | |
<div id="top"> | |
<a target="_blank" id="site" href="http://lonely-pixel.com">my website</a> | |
<a id="close" href="">close</a> | |
</div> | |
<p> |
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
<body> | |
<div class="form"> | |
<input type="text" class="input" placeholder="Username"> | |
<div class="break"></div> | |
<input type="text" class="input" placeholder="E-mail"> | |
<div class="break"></div> | |
<input type="password" class="input" placeholder="Password"> | |
</div> | |
<div class="btn btntxt">Begin</div> | |
</body> |
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
<canvas id="canvas"></canvas> |