DNA transcription and translation in wasm with rust
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.

22 lines
414 B

5 years ago
  1. * {
  2. box-sizing: border-box;
  3. }
  4. html {
  5. height: 100%;
  6. }
  7. body {
  8. margin: 0;
  9. font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  10. height: 100%;
  11. }
  12. h1 {
  13. all: initial;
  14. }
  15. h1 {
  16. font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  17. font-size: 23.5px;
  18. }