Guest User

Untitled

a guest
Aug 11th, 2019
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="it">
  3. <head>
  4. <title> Pagina 1 </title>
  5. <style>
  6. body{
  7. background-image: url(emu.jpeg);
  8. background-repeat: no-repeat;
  9. background-position: center;
  10. background-color: yellow;
  11. }
  12. h1 {
  13. color: rgb(88, 7, 7);
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <h1>1st Webpage Test</h1>
  19. <h2> La grande guerra degli Emù</h2>
  20. <p><strong>«I sogni dei mitraglieri di sparare raffiche su fitte masse <br>
  21. di emù furono presto dissolti. Il comando emù ha <br>
  22. evidentemente ordinato l'uso di tecniche di guerriglia, <br>
  23. e il suo ampio e disorganizzato esercito si è immediatamente <br>
  24. diviso in un innumerevole numero di piccole unità rendendo <br>
  25. l'uso dell'equipaggiamento militare inefficace. Un esercito <br>
  26. umiliato viene costretto quindi a ritirarsi dal campo di <br>
  27. battaglia dopo quasi un mese.»</strong></p>
  28.  
  29. <button>La Grande Guerra degli Emù</button>
  30. </body>
  31.  
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment