example.css 652 B

12345678910111213141516171819202122232425
  1. /**
  2. * This file is written in the SCSS syntax of Sass-script. It needs to be
  3. * compiled into CSS by a Sass library. You can find installation instructions
  4. * for various applications with Sass support at http://sass-lang.com/install.
  5. */
  6. body {
  7. color: #333;
  8. background-color: #fff; }
  9. .page-header, .page-footer {
  10. color: #fff;
  11. background-color: #333;
  12. -webkit-font-smoothing: antialiased;
  13. -moz-osx-font-smoothing: grayscale; }
  14. @media only screen and (min-width: 50em) {
  15. .row-trio > * {
  16. width: 31.25%; } }
  17. .page-footer {
  18. background-color: #14203B; }
  19. .page-footer a {
  20. color: #e6e6e6; }
  21. /*# sourceMappingURL=example.css.map */