demo.css 557 B

1234567891011121314151617181920212223242526272829303132333435
  1. *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
  2. .clearfix:before, .clearfix:after { content: ''; display: table; }
  3. .clearfix:after { clear: both; }
  4. body {
  5. background: #fff;
  6. color: #383a3c;
  7. font-weight: 400;
  8. font-size: 1em;
  9. line-height: 1.25;
  10. font-family: 'Raleway', Calibri, Arial, sans-serif;
  11. }
  12. a, button {
  13. outline: none;
  14. }
  15. a {
  16. color: #566473;
  17. text-decoration: none;
  18. }
  19. a:hover, a:focus {
  20. color: #34495e;
  21. }
  22. section {
  23. /*padding: 1em;*/
  24. text-align: center;
  25. }
  26. p.ref {
  27. text-align: center;
  28. padding: 2em 1em;
  29. }