Skip to content
Snippets Groups Projects
Commit 16facd37 authored by Min-Jae, Lee's avatar Min-Jae, Lee
Browse files

resize canvas to make space for extra information

parent 87015efa
No related branches found
No related tags found
No related merge requests found
...@@ -4,14 +4,10 @@ ...@@ -4,14 +4,10 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>WebGL Tutorial</title> <title>WebGL Tutorial</title>
<style> <style>
html,body {
height: 100%;
margin: 0;
overflow: hidden;
}
canvas#view { canvas#view {
display: block;
width: 100%; width: 100%;
height: 100%; height: 25em;
background: radial-gradient(gray, transparent); background: radial-gradient(gray, transparent);
} }
</style> </style>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment