aboutsummaryrefslogtreecommitdiffstats
path: root/test/render/test11.htm
blob: 7506cb83b35f6ac40185b2ffe6493e7f3a87881f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<style type="text/css">
    .main
    {
        background-color: lightgreen;
    }
</style>

<span class="main">
	Lorem
	<div style="display: inline; border: solid 1px black; padding: 10px;">
		sqt
	</div>
	amet.
</span>