Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>PrimaPower</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
  8. <link rel="stylesheet" href="https://www.w3schools.com/w3css/3/w3.css">
  9. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
  10. </head>
  11. <body>
  12. <nav class="w3-bar w3-black">
  13. <a href="Raportti" class="w3-button w3-bar-item">Raportti</a>
  14. <a href="Kauppa" class="w3-button w3-bar-item">Kauppa</a>
  15. <a href="Tuki" class="w3-button w3-bar-item">Tuki</a>
  16. </nav>
  17. <button class="btn"><i class="fas fa-coffee" style="font-size:60px;color:blue;text-shadow:2px 2px 4px #000000;width: 150px;"></i><br>kahvi</button>
  18. <br>
  19. <br>
  20. <button class="btn"><i class="fas fa-euro-sign" style="font-size:60px;color:blue;text-shadow:2px 2px 4px #000000;width: 150px;"></i><br>Virikeseteli</button>
  21. <br>
  22. <br>
  23. <button class="btn"><i class="fas fa-hands-helping" style="font-size:60px;color:blue;text-shadow:2px 2px 4px #000000;width: 150px;"></i><br>Hyväntekeväisyys</button>
  24. <br>
  25. <br>
  26. <button class="btn"><i class="fas fa-envelope" style="font-size:60px;color:blue;text-shadow:2px 2px 4px #000000;width: 150px;"></i><br>Lahjakortti</button>
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement