Advertisement
ShawnsSpace

Untitled

Nov 15th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!doctype html>
  2. <html lang="en" xmlns:fb="http://ogp.me/ns/fb#">
  3. <head>  <meta charset="utf-8">
  4.     <meta property="fb:app_id" content="220501514699709"/>
  5.     <title>Offical Nacer Chadli Webpage</title>
  6.     <style>
  7.         html {
  8.           background: url(nacerdesign.png) no-repeat center center fixed;
  9.           -webkit-background-size: cover;
  10.           -moz-background-size: cover;
  11.           -o-background-size: cover;
  12.           background-size: cover;
  13.  
  14.         }
  15.        
  16.         #fb-wrap{
  17.           overflow:hidden;
  18.           position:absolute;
  19.           left: 70%;
  20.               bottom:25px;
  21.           background-color:#333333;
  22.           width:350px;
  23.           height:600px;
  24.  
  25.  
  26.         }
  27.     </style>   
  28. </head>
  29. <body>
  30. <div id="fb-root"></div>
  31. <script>(function(d, s, id) {
  32.   var js, fjs = d.getElementsByTagName(s)[0];
  33.   if (d.getElementById(id)) return;
  34.   js = d.createElement(s); js.id = id;
  35.   js.src = "http://connect.facebook.net/en_US/all.js#xfbml=1&appId=220501514699709";
  36.   fjs.parentNode.insertBefore(js, fjs);
  37. }(document, 'script', 'facebook-jssdk'));</script>
  38. <div id="fb-wrap">
  39.     <div class="fb-like-box" data-href="http://www.facebook.com/nacerchadli" data-width="350" data-height="600" data-colorscheme="dark" data-show-faces="true" data-header="false" data-stream="true" data-show-border="false"></div>
  40. </div>
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement