blob: b2fb18b168d9ce4b1f44976154dfe406f3126745 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
h1 {
text-align: center
}
div.reports { text-align: center; width: 50%; }
table.reports { width: 50%; }
td.reports { border: 1px solid blue }
footer {
position: absolute;
bottom: 0px;
}
|