Advertisement
Peppapig12345

Untitled

Jun 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Marco:
  2. <!DOCTYPE html>
  3. <html>
  4. <title>HTML Tutorial</title>
  5. <body>
  6.  
  7. <h1>Perchè Sceglierci?</h1>
  8. <p>Ci sono valide ragioni per preferirci ad altri!
  9. 1. Il nostro servizio è velocissimo!Non dovrai aspettare un'eternità dopo aver comprato,il tuo account verra rinnovato all'istante!
  10. 2.i nostri account sono funzionanti al 100%; non dovrai generareun sacco per trovare unaccount funzionante!
  11. 3. Lo staff è gentile e premuroso,non vuole assolutamente farvi spendere soldi a vuoto! Siamo sempre disponibile adare una mano
  12. </p>
  13.  
  14. <style>
  15.  
  16. body {
  17.  
  18. background:gray
  19.  
  20.  
  21. }
  22.  
  23. h1 {
  24.  
  25. text-align: center;
  26. color: white;
  27. font-family: verdana;
  28. font-size: 45px;
  29.  
  30. }
  31.  
  32. p {
  33.  
  34. margin:35px;35px;35px;
  35. color: white;
  36. font-family: verdana;
  37. font-size: 25px;
  38.  
  39.  
  40. }
  41.  
  42.  
  43.  
  44. </style>
  45.  
  46.  
  47. </body>
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement