From f48536ce52f878d81b54c344d31ce70a1775e50e Mon Sep 17 00:00:00 2001 From: WestLangley Date: Sat, 30 Dec 2017 17:07:47 -0500 Subject: [PATCH] Clean up --- examples/webgl_postprocessing_pixel.html | 29 ++++++++++++------------ 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/examples/webgl_postprocessing_pixel.html b/examples/webgl_postprocessing_pixel.html index 8039373a5c..5232d25e3b 100644 --- a/examples/webgl_postprocessing_pixel.html +++ b/examples/webgl_postprocessing_pixel.html @@ -15,17 +15,20 @@ font-weight: lighter; } - a { - color: gray; - font-weight: bold; - } - #info { - color: gray; + color: #fff; position: absolute; - bottom: 0px; + top: 10px; width: 100%; - padding: 15px; + text-align: center; + display: block; + } + + #info a { + color: #f88; + font-weight: bold; + text-decoration: underline; + cursor: pointer; } .dg.ac { @@ -48,13 +51,12 @@
- three.js - pixel shader example
- shader by wongbryan + three.js - pixel shader by wongbryan