style.css 246 B

1234567891011121314151617181920212223242526272829
  1. h1{
  2. text-align: center;
  3. margin-bottom: 2px;
  4. }
  5. br{
  6. margin-bottom: 8px;
  7. }
  8. table, th, td{
  9. border : 1px solid black;
  10. }
  11. table{
  12. margin-top:8px;
  13. }
  14. img{
  15. margin-top:8px;
  16. }
  17. span{
  18. margin-bottom:8px;
  19. }
  20. .code-comment{
  21. color: darkgray;
  22. }