comparison default/blog/static/style.css @ 0:9a31d2c02f47

SàT templates, initial commit
author Goffi <goffi@goffi.org>
date Tue, 21 Feb 2017 20:31:01 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9a31d2c02f47
1 html {
2 font-family: sans-serif;
3 }
4
5 header {
6 font-weight: bold;
7 text-align: center;
8 }
9
10 article {
11 margin: 2% auto;
12 width: 80%;
13 border-style: solid;
14 border-width: 1px;
15 border-radius: 3px;
16 padding: 1%;
17 background: lightgray;
18 }
19
20 article div.content {
21 text-align: justify;
22 font-size: 0.9em;
23 }
24
25 article img {
26 max-width: 100%;
27 }
28
29 footer {
30 width: 100%;
31 text-align: center;
32 font-size: 0.7em;
33 font-weight: bold;
34 position: fixed;
35 bottom: 5px;
36 }