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.

28 lines
278 B

  1. html {
  2. background: #eee;
  3. }
  4. h1:before {
  5. display: inline;
  6. content: '~ ';
  7. }
  8. h1:after {
  9. display: inline;
  10. content: ' ~';
  11. }
  12. body {
  13. width: min(80%, 700px);
  14. margin: auto;
  15. font-size: 18px;
  16. }
  17. h1 {
  18. font-size: 1.5em;
  19. }
  20. h2 {
  21. font-size: 1.2em;
  22. }