mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
25 lines
395 B
HTML
25 lines
395 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html class="reftest-print">
|
|
<style type="text/css">
|
|
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
.container {
|
|
border: 15px aqua;
|
|
border-style: none solid;
|
|
height: 5in;
|
|
}
|
|
.clear {
|
|
border-bottom: solid orange;
|
|
background: red;
|
|
}
|
|
</style>
|
|
|
|
<div class="container">
|
|
</div>
|
|
<div class="clear">
|
|
</div>
|