File: test25.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 (15 lines) | stat: -rw-r--r-- 1,180 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div style="position: relative; width: 100px; height: 100px; padding: 5px; background-color: red">
    <span style="display: block; border: 5px solid green; background-color: lightgreen; width: 100%; height: 100%; box-sizing: border-box">Lorem ipsum dolor sit amets, consectetur.</span>
</div>

<div style="position: relative; height: 100px; padding: 5px; background-color: red">
    <span style="display: block; border: 5px solid green; background-color: lightgreen; width: 100%; height: 100%; box-sizing: border-box">Lorem ipsum dolor sit amets, consectetur.</span>
</div>

<div style="position: relative; width: 100px; height: 100px; padding: 5px; background-color: red">
    <span style="display: block; border: 5px solid green; background-color: lightgreen; width: 105px; height: 105px; box-sizing: border-box">Lorem ipsum dolor sit amets, consectetur.</span>
</div>

<div style="position: relative; width: 100px; height: 100px; padding: 5px; background-color: blue">
    <span style="display: block; border: 5px solid red; background-color: lightgreen; width: 100%; height: 100%; box-sizing: border-box; margin: 10px">Lorem ipsum dolor sit amets, consectetur.</span>
</div>