diff --git a/index.html b/index.html index 3a05f2dcd777d7cb653e7e86a9a95ba30b760d7b..b95e38a3f4e8ec3e747ca95539a9e3960fe915d3 100644 --- a/index.html +++ b/index.html @@ -4,14 +4,10 @@ <meta charset="utf-8"> <title>WebGL Tutorial</title> <style> -html,body { - height: 100%; - margin: 0; - overflow: hidden; -} canvas#view { + display: block; width: 100%; - height: 100%; + height: 25em; background: radial-gradient(gray, transparent); } </style>