PAGINA COMPLEET CONTRAST BOOSTEN <style> body { -webkit-filter: contrast(120%); } html, body, iframe { width:100%; height: 100%; border: 0; } </style> PAGINA COMPLEET KLEUR BOOSTEN <style> body { -webkit-filter: saturate(120%); } html, body, iframe { width:100%; height: 100%; border: 0; } </style> PAGINA GEFLIPPED & 5 KLEUREN ACHTERGROND EN VERVAAGT <style> body { transform: rotate(180deg); background: linear-gradient(to right, #8B0000 0%,#000000 25%,#000000 50%,#000000 75%, #01207D 100%); } div { opacity: 0.7; } </style> RESOLUTIE VAN BEZOEKER IN TEKST WEERGEVEN resolutie is: <script type="text/javascript">document.write(screen.width+'x'+screen.height);</script>