diff --git a/examples/webgl_postprocessing_pixel.html b/examples/webgl_postprocessing_pixel.html index 8039373a5c621ff0fdddab8f86305c2aec2c5d70..5232d25e3b0c757696302386aa8db3fa2bcaeb40 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