Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Nagrade</title>
- <style type="text/css">
- body {
- background: #1e1e1e;
- }
- ul {
- list-style: none;
- padding-left: 0;
- margin: 0 auto;
- width: 20%;
- font-family: Arial;
- }
- li {
- color: red;
- color: #c3c3c3;
- font-size: 18px;
- }
- span.Place {
- color: #0ff;
- }
- span.Reward {
- color: #D70;
- }
- li.Title {
- text-align: center;
- font-size: 28px;
- padding-bottom: 10px;
- }
- </style>
- </head>
- <body>
- <ul>
- <li class="Title">Nagrade:</li>
- <li><span class="Place">1. Mesto</span> - <span class="Reward">Free Super klasa, VIP i 10.000 golda</span></li>
- <li><span class="Place">2. Mesto</span> - <span class="Reward">Free Super klasa i 5.000 golda</span></li>
- <li><span class="Place">3. Mesto</span> - <span class="Reward">Free Premium klasa i 5.000 golda</span></li>
- <li><span class="Place">4. Mesto</span> - <span class="Reward">Free 5.000 golda</span></li>
- <li><span class="Place">5. Mesto</span> - <span class="Reward">2.000 golda</span></li>
- </ul>
- </body>
- </html>
Add Comment
Please, Sign In to add comment