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
204 B

5 years ago
  1. html, body {
  2. margin: 0;
  3. padding: 0;
  4. color: #888888;
  5. }
  6. .content {
  7. text-align: center;
  8. }
  9. .content h1 {
  10. font-size: 68px;
  11. }
  12. .content p {
  13. font-size: 28px;
  14. }
  15. pre {
  16. width: 300px;
  17. }