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.

19 lines
261 B

  1. body {
  2. background-color: #400244;
  3. }
  4. body > div:first-child {
  5. background-color: #fdfcff;
  6. max-width: 720px;
  7. margin: auto;
  8. padding: 0.7rem;
  9. opacity: 0.99;
  10. }
  11. div#nav {
  12. position: fixed;
  13. top: 0;
  14. right: 0;
  15. }
  16. textarea {
  17. width: calc(100% - 1rem);
  18. }