File tree Expand file tree Collapse file tree 4 files changed +532
-1
lines changed
Expand file tree Collapse file tree 4 files changed +532
-1
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments