Facebook
From Scribby Wigeon, 5 Years ago, written in HTML5.
Embed
Download Paste or View Raw
Hits: 275
  1. <!DOCTYPE HTML>
  2. <html lang="pl">
  3.         <meta charset="utf-8" />
  4.         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  5.        
  6.         <title>Strefa Rubika</title>
  7.        
  8.         <meta name="description" content="Opis w Google" />
  9.         <meta name="keywords" content="słowa, kluczowe, wypisane, po, porzecinku" />
  10.        
  11.         <link rel="stylesheet" href="css/fontello.css" type="text/css" />
  12.         <link href="https://fonts.googleapis.com/css?family=Sunflower:300" rel="stylesheet">
  13.         <style>
  14.         body
  15. {
  16.        
  17. }
  18. #container
  19. {
  20.         width: 1000px;
  21.         margin-left: auto;
  22.         margin-right: auto;
  23.         background-color: #CCCCFF;
  24.        
  25. }
  26. #logo
  27. {
  28.         float:left;
  29.  
  30.        
  31. }
  32. #title
  33. {
  34.         float:left;
  35.         font-size:18px;
  36.  
  37.        
  38.  
  39. }
  40. h1
  41. {
  42.         font-family: 'Sunflower', sans-serif;
  43.         text-align: center;
  44.         font-size: 35px;
  45. }
  46. .icon-cube
  47. {
  48.         font-size: 80px;
  49. }
  50.         </style>
  51. </head>
  52.  
  53.                 <div id="container">
  54.                 <div id="logo">
  55.                 <i class="icon-cube"></i>
  56.                 </div>
  57.                 <div id="title">
  58.                 <h1>Strefa Rubika</h1>
  59.                 </div>
  60.                 <div style="clear:both;"></div>
  61.        
  62.         </div>
  63.        
  64.        
  65. </body>
  66. </html>