app.css 231 B

1234567891011121314
  1. body {
  2. background: white; }
  3. .btn--hollow {
  4. background: red;
  5. display: inline-block;
  6. padding: 10px; }
  7. body, html {
  8. position: relative;
  9. width: 100%;
  10. height: 100%;
  11. font-family: Georgia, serif;
  12. font-style: normal; }