Facebook
From Bitty Crocodile, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 228
  1. <!doctype html>
  2. <html lang = "pl">
  3. <head>
  4. <meta charset = "utf-8">
  5. <link rel = "stylesheet" type = "text/css" href = "styl.css">
  6. </head>
  7. <body>
  8.  
  9.  <div id="baner">
  10.  <a href="index.html"><input type="image" src="logo.png"></a>
  11.  <input type="image" src="logowanie.png">
  12. <input type="image" src="oferta.png">
  13. <a href="kontakt.html"><input type="image" src="kontakt.png"></a>
  14. <a href="o_nas.html"><input type="image" src="o_nas.png"></a>
  15.  </div>
  16.  
  17.  <div id="srodek">
  18.  
  19.  
  20.  
  21.  
  22.  </div>
  23.  
  24.  
  25. <div id="simplecookienotification_v01" style="display: block; z-index: 99999; min-height: 35px; width: 100%; position: fixed;
  26. background: rgb(31, 31, 31); border-image: initial; border-width: 2px 0px 0px; border-top-style: outset; border-color: rgb(198, 198, 198);
  27.  text-align: center; right: 0px; color: rgb(119, 119, 119); bottom: 0px; left: 0px; box-shadow: black 0px 8px 6px -6px;
  28.  border-right-style: initial; border-bottom-style: initial; border-left-style: initial;">
  29. <div style="padding:10px; margin-left:15px; margin-right:15px; font-size:14px; font-weight:normal;">
  30. <span id="simplecookienotification_v01_powiadomienie">Nasze strony wykorzystujÄ… pliki cookies.</span><span id="br_pc_title_html">
  31.  &nbsp;&nbsp; </span>
  32. <a id="simplecookienotification_v01_polityka"" style="color: rgb(198, 198, 198);"></a><span id="br_pc2_title_html"> &nbsp;&nbsp; </span>
  33. <a id="simplecookienotification_v01_info"" style="color: rgb(198, 198, 198);"></a><div id="jwc_hr1" style="height: 10px; display: none;"></div>
  34. <a id="okbutton" href="javascript:simplecookienotification_v01_create_cookie('simplecookienotification_v01',1,7);"
  35. style="position: absolute; background: rgb(198, 198, 198); color: rgb(255, 255, 255); padding: 5px 15px;
  36. text-decoration: none; font-size: 12px; font-weight: normal; border: 0px solid rgb(31, 31, 31);
  37. border-radius: 0px; top: 5px; right: 5px;">ROZUMIEM</a><div id="jwc_hr2" style="height: 10px; display: none;"></div>
  38. </div>
  39. </div>
  40. <script type="text/javascript">var galTable= new Array();
  41.  var galx = 0;</script><script type="text/javascript">
  42.  function simplecookienotification_v01_create_cookie(name,value,days)
  43.  { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000));
  44.  var expires = "; expires="+date.toGMTString(); } else
  45.  var expires = ""; document.cookie = name+"="+value+expires+"; path=/"; document.getElementById("simplecookienotification_v01").style.display = "none"; }
  46.  function simplecookienotification_v01_read_cookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(";");
  47.  for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==" ") c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0)
  48.  return c.substring(nameEQ.length,c.length); }return null;}
  49.  var simplecookienotification_v01_jest = simplecookienotification_v01_read_cookie("simplecookienotification_v01");
  50.  if(simplecookienotification_v01_jest==1){ document.getElementById("simplecookienotification_v01").style.display = "none"; }</script>
  51.  
  52.  
  53. </body>
  54. </html>
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. * {
  66.     margin: 0px;
  67. }
  68. body {
  69.     background-image: url("audi.jpg");
  70.     background-size: cover;
  71.     background-repeat: no-repeat;
  72. }
  73.  
  74. #baner{
  75.         text-align: center;
  76.         height: 260px;
  77.  
  78. }
  79.  
  80. #srodek{
  81.         text-align: center;
  82.        
  83. }
  84.  
  85. a:hover {
  86.     color: white;
  87.     cursor: pointer;
  88. }
  89.  
  90.