No description
Find a file
2025-01-29 10:43:28 -06:00
.github/workflows Fix deploy permissions 2024-10-18 10:51:48 -05:00
index.html Still a problem in 2025 2025-01-29 10:43:28 -06:00
README.md Link to deployed website from README 2024-10-18 11:06:10 -05:00

Improving your website

Demo

If your website has no styling, please add this to your <head> element:

<style>
  body {
    margin: 2em auto;
    max-width: 800px;
    font-size: 18px;
    padding: 1em;
    text-align: justify;
  }
  h1,
  h2,
  h3 {
    line-height: 1.2;
  }
</style>