File: test31.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 (7 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
<div style="overflow: hidden; background-color: grey; max-width: 50%">
    <div style="width: 20px; height: 20px; background-color: lightblue; float: left"></div>
    <div style="width: 20px; height: 20px; background-color: lightblue; float: right"></div>
    <div style="clear: both"></div>
    <div style="width: 20px; height: 20px; background-color: lightcoral; float: left"></div>
    <div style="width: 20px; height: 20px; background-color: lightcoral; float: right"></div>
</div>