styles.css 423 B

1234567891011121314151617181920212223242526272829303132
  1. .content {
  2. margin : 50px auto;
  3. font-size: 1.0em;
  4. line-height: 1.5em;
  5. }
  6. .content a{
  7. color: #677BA6;
  8. cursor: pointer;
  9. }
  10. body {
  11. background-color: #f8f7f8;
  12. }
  13. .jumbotron h1,
  14. .jumbotron p{
  15. font-family: 'Open Sans';
  16. }
  17. .heading{
  18. border-bottom: 1px solid #b7b7b7;
  19. padding-bottom: 10px;
  20. margin-bottom: 10px;
  21. }
  22. .ribbon{
  23. position: fixed;
  24. top : 0;
  25. right : 0;
  26. z-index: 2000;
  27. }