Guest User

Untitled

a guest
Oct 13th, 2021
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html>
  6. <head>
  7. <title>Hodinový manžel</title>
  8. <link rel="stylesheet" href="style.css">
  9. </head>
  10. <body>
  11.  
  12. <div class="picture">
  13. <img src="tools.jpg" alt="Italian Trulli">
  14.  
  15. </div>
  16.  
  17. <div class="paragraph1">
  18.  
  19. <p>SEZNAM MÝCH SLUŽEB</p>
  20. </div>
  21. <div class="rectangle">
  22. </div>
  23. <div class="paragraph2">
  24. <a1>Vyber si službu co chceš abych pro tebe udělal napiš do vole emailu a domluivime se na ceně a tady ty ostatni sračky</a1>
  25. </div>
  26. <div class="row">
  27. <div class="drill">
  28. <img src="drill.png" alt="Italian Trulli"width=50%>
  29. </div>
  30.  
  31. <div class="table">
  32. <img src="table.png" alt="Italian Trulli"width=50%>
  33.  
  34. </div>
  35. <div class="zoom"><div class="instalation">
  36. <img src="instalation.png" alt="Italian Trulli"width=50%>
  37. </div>
  38. </div>
  39. </div>
  40. <c2 class="paragraphx1">VRTÁNÍ</c2>
  41. <r2 class="paragraphx2">MONTÁŽ NÁBYTKU</r2>
  42.  
  43.  
  44. <br>
  45. <br>
  46. </h9>
  47.  
  48.  
  49. </body>
  50. </html>
  51.  
  52.  
  53. AND THIS IS CSS
  54.  
  55.  
  56. .divec {
  57. width: 100%;
  58. position: absolute;
  59. position: sticky; top:0;
  60. font-weight: 300;
  61. word-spacing: 40px;
  62. background-color: #FF3F1F;
  63. text-align: center;
  64. font-size: 30px;
  65. }
  66.  
  67. .divec1 {
  68. font-weight: 300;
  69. font-size: 30px;
  70. }
  71.  
  72.  
  73. .picture{
  74. text-align: center;
  75. color: white;
  76. }
  77.  
  78. .picture img{
  79. float: left;
  80. margin-left: 0px;
  81. margin-top: 30px;
  82. width: 100%;
  83. height: 100%;
  84. }
  85. .drill{
  86. margin-left: 350px;
  87. margin-top: 200px;
  88. transition: transform .2s;
  89. float: left;
  90. color: white;
  91. }
  92. .drill:hover {
  93. transform: scale(1.2);
  94. }
  95.  
  96. .table{
  97. margin-top: 225px;
  98. margin-left: 220px;
  99. float: left;
  100. transition: transform .2s;
  101. color: white;
  102. }
  103. .table:hover {
  104. transform: scale(1.2);
  105. }
  106. .instalation{
  107. margin-top: 190px;
  108. margin-left: 220px;
  109. display: inline-block;
  110. transition: transform .2s;
  111. color: white;
  112. }
  113. .instalation:hover{
  114. transform: scale(1.2);
  115. color: white;
  116. }
  117.  
  118.  
  119.  
  120.  
Advertisement
Add Comment
Please, Sign In to add comment