Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <style>
- body {background: black; color:white;}
- #list2 { width:320px; }
- #list2 ul { font-style:italic; font-family:Georgia, Times, serif; font-size:24px; color:#bfe1f1; list-style:none; }
- #list2 ul li { }
- #list2 ul li p { padding:8px; font-style:normal; font-family:Arial; font-size:13px; color:#eee; border-left: 1px solid #999; }
- #list2 ul li p em { display:block; }
- </style>
- </head>
- <body>
- <h1>Le Legioni Romane</h1>
- <div id="list2">
- <ol>
- <li><p>Legio <em>1</em> (Cesare)</p></li>
- <li><p>Legio <em>4</em> (Marco Antonio)</li>
- <li><p>Legio <em>5</em> (Pompeo)</p></li>
- <li><p>Legio <em>9</em> (Cesare)</p></li>
- <li><p>Legio <em>10</em> (Marco Antonio)</p></li>
- <li><p>Legio <em>16</em> (Cesare)</p></li>
- </ol>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment