few.css 402 B

12345678910111213141516171819202122232425262728293031323334353637
  1. img.index {
  2. float: left;
  3. padding: 15px;
  4. width: 150px;
  5. max-height: 150px;
  6. }
  7. table {
  8. width: 100%;
  9. padding: 3px;
  10. }
  11. div.card {
  12. word-wrap: break-word;
  13. }
  14. body {
  15. max-width:600px;
  16. margin: auto;
  17. background-color: #dfe7ef;
  18. font-family: monospace !important;
  19. }
  20. table, th, td {
  21. text-align: center;
  22. border: 1px solid;
  23. }
  24. h1, h3 {
  25. text-align: center;
  26. }
  27. hr {
  28. border: 0;
  29. border-top: 5px dashed;
  30. }