Typica is a free program for professional coffee roasters. https://typica.us
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.

batchtag.css 545B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. body, h1, h2, h3, h4, h5, h6,
  2. p, blockquote, pre, hr,
  3. dl, dd, ol, ul, figure {
  4. margin: 0;
  5. padding: 0;
  6. }
  7. *,
  8. *::before,
  9. *::after {
  10. -webkit-box-sizing: border-box;
  11. -moz-box-sizing: border-box;
  12. box-sizing: border-box;
  13. }
  14. body {
  15. width: 58mm;
  16. }
  17. h1 {
  18. padding-top: 10mm;
  19. font-weight: 400;
  20. font-size: 5mm;
  21. text-align: center;
  22. }
  23. span {
  24. display: block;
  25. font-size: 4mm;
  26. margin-left: 1mm;
  27. margin-right: 1mm;
  28. }
  29. #container {
  30. width: 190px;
  31. margin-left: auto;
  32. margin-right: auto;
  33. }
  34. .code-text {
  35. text-align: center;
  36. }