summaryrefslogtreecommitdiffstats
path: root/tkimg/doc/default.css
blob: c117a268e39b7c2e452144776b1cbc05f5239c28 (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;
}