MegastoRM

nagrade

Oct 3rd, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.07 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Nagrade</title>
  5.     <style type="text/css">
  6.         body {
  7.             background: #1e1e1e;
  8.         }
  9.         ul {
  10.             list-style: none;
  11.             padding-left: 0;
  12.             margin: 0 auto;
  13.             width: 20%;
  14.             font-family: Arial;
  15.         }
  16.         li {
  17.             color: red;
  18.             color: #c3c3c3;
  19.             font-size: 18px;
  20.         }
  21.         span.Place {
  22.             color: #0ff;
  23.         }
  24.         span.Reward {
  25.             color: #D70;
  26.         }
  27.         li.Title {
  28.             text-align: center;
  29.             font-size: 28px;
  30.             padding-bottom: 10px;
  31.         }
  32.     </style>
  33. </head>
  34. <body>
  35.     <ul>
  36.         <li class="Title">Nagrade:</li>
  37.         <li><span class="Place">1. Mesto</span> - <span class="Reward">Free Super klasa, VIP i 10.000 golda</span></li>
  38.         <li><span class="Place">2. Mesto</span> - <span class="Reward">Free Super klasa i 5.000 golda</span></li>
  39.         <li><span class="Place">3. Mesto</span> - <span class="Reward">Free Premium klasa i 5.000 golda</span></li>
  40.         <li><span class="Place">4. Mesto</span> - <span class="Reward">Free 5.000 golda</span></li>
  41.         <li><span class="Place">5. Mesto</span> - <span class="Reward">2.000 golda</span></li>
  42.     </ul>
  43. </body>
  44. </html>
Add Comment
Please, Sign In to add comment