| 1234567891011121314151617181920212223242526272829303132 |
- .content {
- margin : 50px auto;
- font-size: 1.0em;
- line-height: 1.5em;
- }
- .content a{
- color: #677BA6;
- cursor: pointer;
- }
- body {
- background-color: #f8f7f8;
- }
- .jumbotron h1,
- .jumbotron p{
- font-family: 'Open Sans';
- }
- .heading{
- border-bottom: 1px solid #b7b7b7;
- padding-bottom: 10px;
- margin-bottom: 10px;
- }
- .ribbon{
- position: fixed;
- top : 0;
- right : 0;
- z-index: 2000;
- }
|