Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="pl">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta http-equiv="Content-Language" content="pl" />
  6. <meta name="description" content="Zadanie 2 / IAI WEBCAMP#4" />
  7. <meta name="keywords" content="Webcamp, IAI-Shop.com" />
  8. <title>Zadanie 2 / IAI WEBCAMP#4</title>
  9. <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&amp;subset=latin-ext" rel="stylesheet">
  10. <link href="css/font-awesome.css" rel="stylesheet">
  11.  
  12. <style type="text/css">
  13. * {margin: 0; padding: 0; box-sizing: border-box;}
  14. body {background: #fff; font-family: 'Open Sans', 'Arial', sans-serif; }
  15.  
  16. header, section, .container {width: 980px; margin: 0 auto; position: relative;}
  17. article, footer {width: 100%;}
  18. img {max-width: 100%;}
  19. a {color: #333; text-decoration: none;}
  20. a:hover {color: #6cc8bf;}
  21. section {margin-bottom: 50px;}
  22.  
  23. button {padding: 7px 15px; color: #fff; background: #6cc8bf; display: inline-block; border: none; cursor: pointer; font-family: 'Open Sans','Arial', sans-serif; font-size: 0.93em;}
  24. button:hover {color: #fff; background: #262626;}
  25. input {display: inline-block; padding: 7px 15px; vertical-align: top;}
  26.  
  27. input:focus {outline: 0;}
  28.  
  29. header {padding: 30px 0 0; margin-bottom: 0px;}
  30. header > div {display: inline-block; width: 33%; vertical-align: middle; text-align: center;}
  31. header > div:first-of-type {text-align: left; padding-left: 0px;}
  32. header > div:last-of-type {text-align: right; padding-top: 10px;}
  33. header > div input {width: 75%; border: none; border: 1px solid #fff; border-bottom: 1px solid #262626; height: 36px; transition: 0.3s all;}
  34. header > div input:focus {border: 1px solid #262626; transition: 0.3s all;}
  35. header > div > form {position: relative;}
  36. header > div > form > button {position: absolute; right: 25%; background: none; font-size: 1em; width: 36px; height: 36px; padding: 0; background: none; color: #6cc8bf;}
  37. header > div > form > button:hover {background: none; color: #262626;}
  38. header > div:last-of-type a {font-size: 0.85em; margin: 0 5px;}
  39. header > div > div {display: inline-block;}
  40. header > div > div a:hover {color: #6cc8bf;}
  41. header > div > div a i.fa {display: inline-block; margin-right: 5px; font-size: 1.5em;}
  42.  
  43. nav {text-align: center; margin-top: 15px; background: #eee; padding: 10px; position: relative; z-index: 1; margin-bottom: 10px;}
  44.  
  45. </style>
  46.  
  47. </head>
  48. <body>
  49.  
  50. <header>
  51. <div>
  52. <form>
  53. <input placeholder="Czego szukasz?"/><!--
  54. --><button type="submit"><i class="fa fa-search"></i></button>
  55. </form>
  56. </div>
  57.  
  58. <div>
  59. <a href="/" tilte="IAI WEBCAMP#4 - Zadanie 1">
  60. <img src="img/ff_logo.png" alt="IAI WEBCAMP#4 - Zadanie 1" />
  61. </a>
  62. </div>
  63.  
  64. <div>
  65. <div>
  66. <a class="login" href="#toplayer" title="Zaloguj się">
  67. Logowanie
  68. </a>
  69. <span>|</span>
  70. <a class="contact" href="mailto:office@flavorfactory.pl" title="Zarejestruj się">
  71. Kontakt
  72. </a>
  73. </div>
  74. <div class="shopping_cart">
  75. <a href="/" title="Koszyk">
  76. <i class="fa fa-shopping-basket"></i>123,45 zł
  77. </a>
  78. </div>
  79. </div>
  80.  
  81. <nav>
  82. miejsce na menu
  83. </nav>
  84.  
  85. </header>
  86.  
  87. </body>
  88. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement