mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
293 B
HTML
18 lines
293 B
HTML
|
<!doctype html>
|
||
|
<html><head><title>455105 ref</title>
|
||
|
<style>
|
||
|
div {
|
||
|
position: absolute;
|
||
|
top: 10px; left: 10px;
|
||
|
width: 40px;
|
||
|
height: 40px;
|
||
|
border-width: 10px;
|
||
|
border-style: solid;
|
||
|
border-color: green;
|
||
|
background-color: green;
|
||
|
}
|
||
|
</style>
|
||
|
</head><body>
|
||
|
<div></div>
|
||
|
</body></html>
|