Skip to content

Commit 263ccd7

Browse files
committed
codePen12 files added and linked
1 parent fe2e9b7 commit 263ccd7

File tree

4 files changed

+532
-1
lines changed

4 files changed

+532
-1
lines changed

codePen/codePen12/codePen12.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
body, html {
2+
position: absolute;
3+
margin: 0;
4+
padding: 0;
5+
width: 100%;
6+
height: 100%;
7+
overflow: hidden;
8+
}
9+
10+
canvas {
11+
position: absolute;
12+
width: 100%;
13+
height: 100%;
14+
background:#000;
15+
cursor: pointer;
16+
}

codePen/codePen12/codePen12.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>CodePen 12 - The Last Experience</title>
7+
<link rel="stylesheet" href="codePen12.css">
8+
<script type="module" src="codePen12.js"></script>
9+
</head>
10+
<body>
11+
<canvas></canvas><!--
12+
o
13+
\_/\o
14+
( Oo) \|/
15+
(_=-) .===O- ~~Z~A~P~~ -O-
16+
/ \_/U' /|\
17+
|| |_/
18+
\\ |
19+
{K ||
20+
| PP
21+
| ||
22+
(__\\
23+
24+
25+
-->
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)