Advertisement
piffy

Dimagrisci.net (inizio)

Aug 12th, 2022
1,168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.83 KB | None | 0 0
  1. <!doctype html>
  2. <head>
  3.   <meta charset="utf-8">
  4.   <title>Dimagrisci.net</title>
  5.  
  6.   <style>
  7.     .colonna {
  8.       float: left;
  9.       width: 50%;
  10.     }
  11.  
  12.     .riga:after {
  13.       content: "";
  14.       display: table;
  15.       clear: both;
  16.     }
  17.   </style>
  18. </head>
  19.  
  20. <body>
  21.  
  22.   <h1>Dimagrisci.net</h1>
  23.   <h3>Grazie al Dr. Nowazdaran aiuto dimagrirete senza fatica!</h3>
  24.  
  25.   <div class="riga">
  26.     <div class="colonna">
  27.       <img src="img/dottor-nowzaradan-meteoweek.jpg" width="50%" height="50%"><br />
  28.       <button id="bottone">Biografia</button></div>
  29.     <div class="colonna" id="testo"></div>
  30.   </div>
  31.   <p>Citazione tipica: <br/>
  32.     <span id="citazione">
  33.     "Se aprirà quel frigo non potrò più aiutarla. "</span></p>
  34.   <button id="bottone2" >Cambia citazione</button></div>
  35.  
  36.   <script></script>
  37.  
  38. </body>
  39.  
  40. </html>
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement