Advertisement
Guest User

A legjobb config

a guest
Apr 19th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head><title>legjobb konfig</title>
  4. <style>
  5.  
  6. @import url('https://fonts.googleapis.com/css?family=Work+Sans:300&subset=latin-ext');
  7.  
  8. html, body {
  9. height: 100%;
  10. margin: 0;
  11. overflow: hidden;
  12. }
  13. body {
  14. background-image: url("hatter.jpg");
  15. nackground-repeat: no repeat;
  16. background-position: center;
  17. background-size: cover;
  18. color: white;
  19. font-size: 40px;
  20. font-family: 'work sans';
  21. display: flex;
  22. flex-direction: column;
  23.  
  24. }
  25. .pirosvonal {
  26. border: 1px solid red;
  27. }
  28. .kozepe {
  29. flex-grow: 1;
  30. display: flex;
  31. justify-content: center;
  32. align-items: center;
  33. text-align: center;
  34. flex-direction: column;
  35. }
  36. .lablec {
  37. display: flex;
  38. justify-content: center;
  39. text-align: center;
  40. font-size: 16px;
  41. font-family: arial;
  42. }
  43. a {
  44. color: white;
  45. text-decoration: none;
  46. }
  47. </style>
  48. </head>
  49. <body>
  50.  
  51. <div class="kozepe">A legjobb konfiguráció
  52. <div>
  53. <a title="Order Model S" href="https://ipon.hu/geposszerako/uj/10">
  54. Alkategória
  55. </a>
  56. <a title="Order Model S" href="https://ipon.hu/geposszerako/uj/5">
  57. Középkategória
  58. </a>
  59. <a title="Order Model S" href="https://ipon.hu/geposszerako/uj/7">
  60. Felsőkategória
  61. </a>
  62. </div>
  63. </div>
  64.  
  65.  
  66.  
  67. <footer class="lablec">Ide jön a reklám created by:Molnár Krisztián</footer>
  68.  
  69. </body>
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement