piffy

esercizio TFD - inizio

Sep 18th, 2014 (edited)
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5.  
  6. body {background: black; color:white;}
  7. #list2 { width:320px; }
  8. #list2 ul { font-style:italic; font-family:Georgia, Times, serif; font-size:24px; color:#bfe1f1; list-style:none;  }
  9. #list2 ul li { }
  10. #list2 ul li p { padding:8px; font-style:normal; font-family:Arial; font-size:13px; color:#eee; border-left: 1px solid #999; }
  11. #list2 ul li p em { display:block; }
  12. </style>
  13. </head>
  14. <body>
  15. <h1>Le Legioni Romane</h1>
  16. <div id="list2">
  17.    <ol>
  18.       <li><p>Legio <em>1</em> (Cesare)</p></li>
  19.       <li><p>Legio <em>4</em> (Marco Antonio)</li>
  20.       <li><p>Legio <em>5</em> (Pompeo)</p></li>
  21.       <li><p>Legio <em>9</em> (Cesare)</p></li>
  22.       <li><p>Legio <em>10</em> (Marco Antonio)</p></li>
  23.       <li><p>Legio <em>16</em> (Cesare)</p></li>
  24.    </ol>
  25. </div>
  26. </body>
  27. </html>
Add Comment
Please, Sign In to add comment