Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <h2>Ordered List</h2>
  2. <ol>
  3. <li>Aliquam erat volutpat</li>
  4. <li>Lacinia scelerisque lacinia quis</li>
  5. <li>Consectetuer adipiscing elit</li>
  6. <li>Magnis dis parturient montes</li>
  7. </ol>
  8.  
  9. ol li {
  10. list-style-type:decimal;
  11. color:#555;
  12. font-size:15px;
  13. text-align:center;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement