mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
213 B
HTML
17 lines
213 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
body { margin: 0px; }
|
||
|
#test {
|
||
|
background: green;
|
||
|
width: 50px;
|
||
|
height: 50px;
|
||
|
margin: 25px;
|
||
|
}
|
||
|
</style>
|
||
|
<body>
|
||
|
<div id="test">
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|