You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
350 B

3 years ago
  1. body {
  2. background-color: #eee;
  3. font-size: 18px;
  4. width: min(700px, 80%);
  5. margin: auto;
  6. }
  7. h1, .subtitle {
  8. text-align: center;
  9. }
  10. img {
  11. display: block;
  12. margin: auto;
  13. }
  14. div.sourceCode, pre:not(.sourceCode) {
  15. background-color: #fff;
  16. padding: 10px 15px;
  17. width: 90%;
  18. margin: auto;
  19. border: 1px solid #666;
  20. }