File: test10.htm

package info (click to toggle)
litehtml 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,928 kB
  • sloc: ansic: 31,385; cpp: 27,328; makefile: 9
file content (19 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<style type="text/css">
  .main
  {
    background-color: lightgreen;
    /*border: solid 2px black;*/
  }
  .inline-block
  {
    display: inline-block;
    background-color: lightcyan;
    border: solid 1px black;
    font-size: 2em;
  }
</style>

<span class="main">
	Lorem
	<div class="inline-block">a<br>b</div>
</span>