THEGAMING_ALE

Untitled

May 31st, 2018
104
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 lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=600, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>Presentazione</title>
  8. <style>
  9. body{
  10. background-image:url(../foto/images.jpeg);
  11. background-repeat: no-repeat;
  12. background-size:cover;
  13.  
  14. }
  15. #tit{
  16. margin-top:-1.5%;
  17.  
  18.  
  19. }
  20. #centro{
  21. margin-left:16%;
  22. margin-top:10%;
  23. }
  24. #pagina{
  25. width: 80%;
  26. height: 500px;
  27. }
  28.  
  29.  
  30. </style>
  31.  
  32. </head>
  33. <body>
  34. <!--jquerry-->
  35. <script type="text/javascript" src="jquery-3.3.1.min.js"></script>
  36. <!--sottofondo-->
  37. <audio controls src="ciao.mp4" autoplay loop id="audio" ></audio>
  38. <!--parte sopra-->
  39. <div id="tit">
  40. <h1><center>
  41. Presentation of English</center></h1>
  42. </div>
  43. <!--iframe della presentazione-->
  44. <div id="centro">
  45. <!-- <iframe src="../5/5.html" name="pagina" id="pagina">-->
  46.  
  47.  
  48.  
  49.  
  50.  
  51. <iframe src="../inizio/inizio.html" name="pagina" id="pagina">
  52.  
  53.  
  54.  
  55. </iframe>
  56. </div>
  57.  
  58.  
  59.  
  60.  
  61.  
  62. </body>
  63. </html>
Advertisement
Add Comment
Please, Sign In to add comment