aboutsummaryrefslogtreecommitdiffstats
path: root/test/render/test29.htm
blob: 7c472782c59a98a191e92156d8f61546440e36d0 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<table style="background-color: red; width: 150px; padding: 10px; border: 10px black solid">
    <tr>
        <td style="background-color: lightgray">
            <table style="margin:0.5em auto; background-color: lightcoral;">
                <tr>
                    <th style="background-color: lightblue">
                        ipsum
                    </th>
                </tr>
            </table>
        </td>
    </tr>
</table>
<div style="background-color: green; width: 150px; height: 50px"></div>
<div style="background-color: red; width: 150px">
    <table style="margin-left:auto; margin-right: auto; background-color: lightcoral; width: 50px">
        <tr>
            <th>
                ipsum
            </th>
        </tr>
    </table>
    <div style="background-color: lightsalmon; width: 50px; height: 20px; margin-left: auto; margin-right: auto"></div>
</div>
<div style="background-color: red; width: 150px">
    <table style="background-color: lightcoral; width: 50px; margin-left: auto">
        <tr>
            <th>
                ipsum
            </th>
        </tr>
    </table>
    <div style="background-color: lightsalmon; width: 50px; height: 20px; margin-left: auto"></div>
</div>
<table style="background-color: red; width: 150px; padding: 10px; border: 10px black solid">
    <tr>
        <td>
            <div style="background-color: lightsalmon; width: 50px; height: 20px; margin-left: auto; margin-right: auto"></div>
            <table style="margin:0.5em auto; background-color: lightcoral; width: 50px">
                <tr>
                    <th>
                        ipsum
                    </th>
                </tr>
            </table>
        </td>
    </tr>
</table>