style.css 195 B

123456789101112131415161718
  1. html, body {
  2. height:100%;
  3. padding:5px;
  4. }
  5. ul {
  6. list-style-type: circle;
  7. list-style-position:inside;
  8. }
  9. .button {
  10. border:solid 1px #AAA;
  11. padding:2px;
  12. }
  13. .ul {
  14. text-decoration:underline;
  15. }