Skip to content

Commit cb7b415

Browse files
author
Dylan McGannon
committed
remove header for full screen ability.
remove css in favor of inline.
1 parent b212378 commit cb7b415

File tree

2 files changed

+2
-52
lines changed

2 files changed

+2
-52
lines changed

css/style.css

Lines changed: 0 additions & 43 deletions
This file was deleted.

index.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,10 @@
44
<head>
55
<meta charset="utf-8">
66
<title>WebGL Mandelbrot</title>
7-
<meta name="viewport" content="width=820, initial-scale=1.0">
8-
<link rel="stylesheet" type="text/css" href="css/style.css">
97
</head>
108

11-
<body>
12-
<div id="header">
13-
<h1>WebGL Mandelbrot</h1>
14-
</div>
15-
<div id="mandlebrot">
16-
<canvas id="c"></canvas>
17-
</div>
9+
<body style="margin: 0;">
10+
<canvas id="c" style="width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px;"></canvas>
1811
<script src="js/main.js" type="module"></script>
1912
</body>
2013

0 commit comments

Comments
 (0)