Snoop

Under Construction (FREE WEBSITE TEMPLATE)

May 28th, 2014
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.02 KB | None | 0 0
  1. <!--  
  2. This website is free software: you can redistribute it and/or modify
  3. it under the terms of the GNU General Public License as published by
  4. the Free Software Foundation, either version 3 of the License, or
  5. (at your option) any later version.
  6.  
  7. This website is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  10. GNU General Public License for more details.
  11.  
  12. You should have received a copy of the GNU General Public License
  13. along with this website. If not, see <http://www.gnu.org/licenses/>.  
  14. -->
  15.      
  16. <!DOCTYPE HTML>
  17. <html>
  18.   <head>
  19.     <title>Website | Construction!</title>
  20.     <meta charset="UTF-8">
  21.   </head>
  22.   <style type="text/css">
  23.   body{
  24.     background: url('http://i.imgur.com/UWSWCVP.jpg') no-repeat center center fixed; /* BACKGROUND IMAGE */
  25.     -webkit-background-size: cover;
  26.     -moz-background-size: cover;
  27.     -o-background-size: cover;
  28.     background-size: cover;
  29.     font-family: Helvetica;
  30.   }
  31.  
  32.   #container{
  33.     margin: auto;
  34.     position: absolute;
  35.     top: 0; left: 0; bottom: 0; right: 0;
  36.     height: 500px;
  37.     width: 500px;
  38.     background-image:url('http://i.imgur.com/fekBTM4.png');   /* BOX IMAGE */
  39.     background-repeat:no-repeat;
  40.     background-attachment:fixed;
  41.     background-position:center;
  42.     border:4px dotted black;
  43.     -webkit-box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.75);
  44.     -moz-box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.75);
  45.     box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.75);
  46.   }
  47.  
  48.   #image{
  49.     position: relative;
  50.     left: 160px;
  51.     top: 25px;
  52.   }
  53.  
  54.   h2, h3{
  55.     position: relative;
  56.     top: 50px;
  57.     color: white;
  58.     text-align: center;
  59.   }
  60.   </style>
  61.   <body>
  62.   <div id="container">
  63.   <div id="image"><img src="http://i.imgur.com/HorgauU.png" /></div>
  64.   <h2> This page is under construction! </h2>
  65.   <h3> Come back later for updates. </h3>
  66.   </div>
  67.   </body>
  68. </html>
  69.  
  70.  
  71. <!-- FULL CREDIT GOES TO SABERMANESH.COM -->
Add Comment
Please, Sign In to add comment