Advertisement
Guest User

Untitled

a guest
May 27th, 2022
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.98 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3.     <head>
  4.         <meta charset="UTF-8">
  5.         <style>
  6.             .all {
  7.                 width: 654px;
  8.                 height: 1000px;
  9.                 background-color: black;
  10.                 margin: 0 auto;
  11.             }
  12.            
  13.             .logo{
  14.                 background-color: white;
  15.                 width: 654;
  16.                 height: 73;
  17.             }
  18.            
  19.             #toplogo {
  20.                 margin-top: 19px;
  21.                 margin-left: 287px;
  22.                 margin-bottom: 19px;
  23.             }
  24.            
  25.             .zalivka {
  26.                 background-color: #056f74;
  27.                 height: 49px;
  28.                 width: 654px;
  29.             }
  30.            
  31.             .text1 {
  32.                 width: 654px;
  33.                 height: 56px;
  34.                 text-align: center;
  35.                 background-color: #056f74;
  36.                 font-size: 34px;
  37.                 font-family: Arial;
  38.                 color: white;
  39.                 vertical-align: middle;
  40.                 display:table-cell;
  41.             }
  42.            
  43.             .text2 {
  44.                 height: 54px;
  45.                 width: 654px;
  46.                 text-align: center;
  47.                 background-color: #056f74;
  48.                 color: white;
  49.                 font-family: Arial;
  50.                 font-size: 16px;
  51.             }
  52.            
  53.             .rvan {
  54.                 height: 105px;
  55.                 width: 654px;
  56.                 background-color: #056f74;
  57.                 vertical-align: bottom;
  58.                 display:table-cell;
  59.                 padding-bottom:0px;
  60.                 margin-bottom:0px;
  61.             }
  62.            
  63.             #rvantop {
  64.                 position:relative;
  65.                 margin-bottom:-10px;
  66.             }
  67.            
  68.             .textbottom {
  69.                 height: 167px;
  70.                 width: 654px;
  71.                 font-family: Arial;
  72.                 text-align: center;
  73.                 background-color: white;
  74.             }
  75.            
  76.             #textinside {
  77.                 font-size: 27px;
  78.                 padding-top: 38px;
  79.                 color: #313030;
  80.             }
  81.            
  82.             #box {
  83.                 margin-top: 50px;
  84.             }
  85.            
  86.             #textinside2 {
  87.                 font-size: 16px;
  88.                 padding-top: 22px;
  89.                 color: #313030;
  90.             }
  91.            
  92.             #NoteArt {
  93.                 margin-top: 10px;
  94.             }
  95.            
  96.             #ShirtArt {
  97.                 margin-top: 21px;
  98.             }
  99.            
  100.             .button {
  101.                 height: 50px;
  102.                 width: 654px;
  103.                 background-color: white;
  104.             }
  105.            
  106.             #button2 {
  107.                 height: 35px;
  108.                 width: 186px;
  109.                 background-color: #00a2ad;
  110.                 border-radius: 5px;
  111.                 text-align: center;
  112.                 font-family: Arial;
  113.                 font-size: 14px;
  114.                 margin:0 auto;
  115.             }
  116.            
  117.             #button3 {
  118.                 padding-top: 9px;
  119.                 color: white;
  120.             }
  121.            
  122.             .imgbottom {
  123.                 height: 150px;
  124.                 width: 654px;
  125.                 background-color: white;
  126.             }
  127.            
  128.             #MoneyArt {
  129.                 margin-top: -5px;
  130.                 margin-left: 40px;
  131.             }
  132.            
  133.             #SaleArt {
  134.                 margin-right: 100px;
  135.                 margin-top: -40px;
  136.             }
  137.            
  138.             .downtext {
  139.                 font-family: Arial;
  140.                 font-size: 16px;
  141.                 color: #b5b5b5;
  142.                 margin-top: 20px;
  143.                 margin-left: 38px;
  144.             }
  145.            
  146.             .rvan2 {
  147.                 background-color: white;
  148.                 vertical-align: bottom;
  149.                 display:table-cell;
  150.                 padding-bottom:0px;
  151.                 margin-bottom:0px;
  152.             }
  153.            
  154.             #rvanbottom {
  155.                 position:relative;
  156.                 margin-bottom:-4px;
  157.             }
  158.  
  159.             .podval {
  160.                 width: 654px;
  161.                 height: 350px;
  162.                 background-color: #f5f6f8;
  163.                 text-align: center;
  164.             }
  165.            
  166.             .textpodval1 {
  167.                 font-family: Arial;
  168.                 font-size: 16px;
  169.                 color: #b5b5b5;
  170.                 margin-top: 34px;
  171.             }
  172.            
  173.             .imgpodval {
  174.                 margin-top: 25px;
  175.                 background-color: #f5f6f8;
  176.             }
  177.            
  178.             #img1 {
  179.                 margin-right: 25px;
  180.             }
  181.            
  182.             #img2 {
  183.                 margin-right: 25px;
  184.             }
  185.            
  186.             .textpodval2 {
  187.                 font-family: Arial;
  188.                 font-size: 16px;
  189.                 color: #7e7f7f;
  190.                 margin-top: 40px;
  191.                 margin-bottom: 35px;
  192.             }
  193.  
  194.             .textpodval3 {
  195.                 font-family: Arial;
  196.                 font-size: 9px;
  197.                 color: #7e7f7f;
  198.                 text-align: left;
  199.                 margin-left: 70px;
  200.                 margin-top: 15px;
  201.             }
  202.            
  203.                
  204.         </style>
  205.     </head>
  206.     <body>
  207.         <div class="all">
  208.             <div class="logo"><img src="https://imageshack.com/i/pmfPHosap" id="toplogo"></div>
  209.             <div class="zalivka"></div>
  210.             <div class="text1">
  211.                 <b>Twój przedmiot został zakupiony!</b>
  212.             </div>
  213.             <div class="text2">
  214.                 <img src="https://imageshack.com/i/pmOVhUV5p">
  215.                 Witam! Twój produkt "Bluzka ZARA" został kupiony w Vinted!<br>
  216.                 Proszę potwierdzić sprzedaż.
  217.             </div>
  218.             <div class="rvan">
  219.                 <div id="rvantop"><img src="https://imageshack.com/i/pnkXC9mVp"></div>
  220.             </div>
  221.             <div class="textbottom">
  222.                 <img src="https://imageshack.com/i/pm05NXe6p" id="NoteArt" align="left">
  223.                 <img src="https://imageshack.com/i/pnj8C6mCp" id="ShirtArt" align="right">
  224.                 <div id="textinside"><img src="https://imageshack.com/i/poE5NhRWp"> <b>Jak to działa?</b></div>
  225.                 <div id="textinside2">
  226.                     <b>1. Kupující za zboží zaplatil, čeká na prodávajícího!<br>
  227.                     2. Kliknutím na "Potwierdzić" obdržíte finanční prostředky..<br>
  228.                     3. Potvrzení banky a přijetí finančních prostředků!</b><br>
  229.                 </div>
  230.             </div>
  231.             <div class="button">
  232.  
  233.                 <div id="button2"><div id="button3"><b>Potwierdzić</b></div></div>
  234.             </div>
  235.             <div class="imgbottom">
  236.                 <img src="https://imageshack.com/i/pnlFjgUTp" id="MoneyArt">
  237.                 <img src="https://imageshack.com/i/poMKjBF5p" align="right" id="SaleArt">
  238.                 <div class="downtext">
  239.                     Pozdravy,<br>
  240.                     Team Vinted
  241.                 </div>
  242.             </div>
  243.             <div class="rvan2">
  244.                 <img src="https://imageshack.com/i/pnI0MeaVp" id="rvanbottom">
  245.             </div>
  246.             <div class="podval">
  247.                 <div class="line1"><img src="https://imageshack.com/i/pohgxO0hp"></div>
  248.                 <div class="textpodval1">Znajdź Nas</div>
  249.                 <div class="imgpodval">
  250.                     <img src="https://imageshack.com/i/pl93T6QNp" id="img1">
  251.                     <img src="https://imageshack.com/i/po3oCnYMp" id="img2">
  252.                     <img src="https://imageshack.com/i/pnJzknsKp" id="img3">
  253.                 </div>
  254.                 <div class="textpodval2">Rezygnacja z newslettera | Pomoc</div>
  255.                 <div class="line2"><img src="https://imageshack.com/i/plBLw7g5p"></div>
  256.                 <div class="textpodval3">
  257.                     Vinted wykorzystuje Twoje dane osobowe (nazwa użytkownika, adres e-mail. adres pocztowy, ustawienia, historia zakupów) celów<br>
  258.                     marketingu bezpośredniego. Jeśli nie chcesz otrzymywać naszych e-maili marketingowych.wiadomości e-mail, przejdź do<br>
  259.                     "Moje Ustawienia", wybierz "Wiadomości" i kliknij "Сhcę zrezygnować z newslettera". Aby dowiedzieć się więcej o innych funkcjach<br>
  260.                     serwisu oraz o tym, jak wykorzystujemy Twoje dane osobowe, zapoznaj się z naszą Polityką Prywatności.
  261.                 </div>
  262.             </div>
  263.         </div>
  264.     </body>
  265. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement