inital commit
[pharext/pharext.org] / public / index.css
1 .footer {
2 position: fixed;
3 bottom: 0px;
4 width: 100%;
5 height: 60px;
6 background-color: #F5F5F5;
7 }
8 body {
9 margin-bottom: 60px;
10 }
11 .footer > .container {
12 padding: 15px;
13 text-align: center;
14 }
15
16 pre {
17 display: inline-block;
18 background-color: #333;
19 color: #ccc;
20 }
21
22 h4 {
23 margin-top: 20px;
24 }