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.

common.css 262B

123456789101112131415161718192021
  1. body {
  2. font-family: 'Oxygen';
  3. }
  4. .body {
  5. display: flex;
  6. max-width: 800px;
  7. margin: auto;
  8. flex-direction: column;
  9. }
  10. .body > * {
  11. margin: 8px 0px;
  12. }
  13. .body .title {
  14. justify-content: center;
  15. display: flex;
  16. flex-direction: row;
  17. }