blob: fee51504df2b05c0f00f54186b3094816dfea9fd (
plain) (
blame)
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
|
<!DOCTYPE html>
<div style="display: inline-block; background: blue">
test
<div style="float: left; width: 100%; background: red">
test
</div>
test<br>
test
</div>
<div style="display: inline-block; background: blue">
<div>
test
<div style="float: left; width: 100%; background: red">
test
</div>
test<br>
test
</div>
</div>
<div style="display: inline-block; background: blue">
<div style="float: left; width: 100%; background: red">
test
</div>
test<br>
test
</div>
<div style="background: blue">
test
<div style="float: left; width: 100%; background: red">
test
</div>
test<br>
test
</div>
|