app.css 188 B

123456789101112131415161718
  1. div#content{
  2. height: 80%;
  3. }
  4. table{
  5. width: 100%;
  6. }
  7. table td{
  8. width: 50%;
  9. text-align: center;
  10. }
  11. table td img{
  12. max-height: 4em;
  13. border: 0.2em solid #444444;
  14. border-radius: 0.6em;
  15. }