summaryrefslogtreecommitdiffstats
path: root/tkimg/doc/default.css
blob: 3b716f19fb9b3bb74fb4576acd00dbd9be57d64a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
body {
    background: white;
    color: black;
}

h1 {
    align: center;
}

h2 {
    align: center;
}

h3 {
    align: center;
}

img.right {
   float: right;
}

img.left {
   float: left;
}