GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /nginx/html/JimMartinson/Examples/BodyWithTransparentBackground/ |
Upload File : |
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>example with background-color: #FFF; color: #FFF;</title> <style type="text/css"> body { background-image: url('bokeh-white.png'); background-repeat: no-repeat; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } </style> </head> <body> <div id="background"></div> <div id="content"> <h1>An example with body { background-color: #FFF; color: #FFF; }</h1> <h2>CSS:</h2> <pre> body { background-image: url('bokeh-white.jpg'); background-repeat: no-repeat; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } </pre> <h2>HTML:</h2> <pre> <body> What I did here is load the background image into IrfanView, then <b>Image</b> / <b>Color corrections</b> and set the <b>Brightness</b> to 175. No special divs needed! </body> </pre> </div> </body> </html>