Advertisement
Vprento

SVECKO

Dec 25th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Word cup tickets site</title>
  5.     <style type="text/css">
  6.         body{
  7.             font-family: Ariel;
  8.             background-color: #EFF5FB;
  9.             margin-top: 10px;
  10.             margin-bottom: 10px;
  11.         }
  12.         #tabela{
  13.             width: 900px;
  14.             background-color: white;
  15.             border: 3px solid black;
  16.             margin-left: auto;
  17.             margin-right: auto;
  18.         }
  19.         #naslov{
  20.             text-align:center;
  21.             border: 1px solid black;
  22.             width: 100px;
  23.             background-color:#04B431;
  24.             color: yellow;
  25.             font-size: 50px;
  26.         }
  27.         #vtor{
  28.             float: left;
  29.         }
  30.         #tret{
  31.             width: 100px;
  32.         }
  33.         img{
  34.             width: 520px;
  35.             height: 320px;
  36.             float: left;
  37.             display: inline-block;
  38.         }
  39.         #levo1{
  40.             float: left;
  41.             width: 50px;
  42.             display: inline-block;
  43.         }
  44.         #desno1{
  45.            
  46.                 width: 350px;
  47.     float: right;
  48.     margin-top: -559px;
  49.         }
  50.         #desno2 h2{
  51.             text-align:center;
  52.         }
  53.         #drzava{
  54.             float: left;
  55.             margin-top: 2px;
  56.         }
  57.         #pol{
  58.             float: left;
  59.             margin-top: 2px;
  60.         }
  61.         button{
  62.             float: left;
  63.             margin-top: 30px;
  64.             margin-left: -60px;
  65.            
  66.         }
  67.  
  68.     </style>
  69. </head>
  70. <body>
  71.     <table id="tabela">
  72.     <tr id="naslov">
  73.         <td>
  74.             <h1>FIFA World Cup 2020</h1>
  75.         </td>
  76.     </tr>
  77.     <tr id="vtor">
  78.         <td>
  79.             <h2>Close to 180,000 tickets for the 2014 FIFA Word Cup will be up for sale this Wednesday,4 June</h2>
  80.         </td>
  81.     </tr>
  82.     <tr id="tret">
  83.         <td id="levo">
  84.             <tr id="levo1">
  85.                 <td id="levo2">
  86.             <a href=" www.fifa.com/tickets ?"><img src="download.jpg"></a>
  87.            
  88.             <div id="paragraflevo"><p>Close to 180,000 tickets for the 2014 FIFA World Cup will be up for sale this Wednesday, 4 June Football fans have one more chance to experience the 2014 FIFA World Cup Brazil live in the 12 stadiums. As of 00.01 Brazilian time on Wednesday, 4 June 2014 <a href="fifa.com/tickets">FIFA.com/tickets</a>, about 180,000 tickets will be up for sale on FIFA.com/tickets, in addition to those tickets that are currently available.</p>
  89.            
  90.             <p>Close to 180,000 tickets for the 2014 FIFA World Cup will be up for sale this Wednesday, 4 June Football fans have one more chance to experience the 2014 FIFA World Cup Brazil live in the 12 stadiums. As of 00.01 Brazilian time on Wednesday, 4 June 2014<a href="fifa.com/tickets">FIFA.com/tickets</a>, about 180,000 tickets will be up for sale on FIFA.com/tickets, in addition to those tickets that are currently available.
  91. </p>
  92. </div>
  93. </td>
  94. </tr>
  95.         </td>
  96.         <td id="desno">
  97.             <tr id="desno1">
  98.                 <td id="desno2">
  99.                 <p>
  100.  Like on any other day until the Final of the FIFA World Cup, as of 9h00 local time in each venue, on Wednesday 4 June fans will also be able to purchase available tickets in one of the 12 FIFA Venue Ticketing Centres, which are:
  101.  Brasilia - Centro de Conven&ccedil;&otilde;es Ulysses Guimar&atilde;es: SDC Eixo Monumental - Lote 05 </p>
  102.  <ol>
  103.     <li>Like on any other day until the Final of the FIFA World Cup</li>
  104.     <li>Like on any other day until the Final of the FIFA World Cup,</li>
  105.     <li>Like on any other day until the Final of the FIFA World Cup</li>
  106.     <li>Like on any other day until the Final of the FIFA World Cup,</li>
  107.  </ol> 
  108.  <p>Like on any other day until the Final of the FIFA World Cup
  109.     Like on any other day until the Final of the FIFA World Cup,Like on any other day until the Final of the FIFA World CupLike on any other day until the Final of the FIFA World Cup,</p>
  110.     <hr>
  111.     <div id="apliciraj">
  112.         <h2>Apply for ticket</h2>
  113.     <div id="email">
  114.         <label>E-mail:</label>
  115.         <input type="text" name="txt">
  116.     </div>
  117.     <div id="drzava">
  118.         <label>Country:</label>
  119.         <input type="text" name="txt1">
  120.     </div>
  121.     <div id="pol">
  122.         <label>Gender:</label>
  123.         <input type="radio" name="">Male
  124.         <input type="radio" name="">Famale
  125.     </div>
  126.     <button>Apply</button>
  127. </div>
  128.                 </td>
  129.             </tr>
  130.         </td>
  131.     </tr>
  132. </table>
  133. </body>
  134. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement