mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
199 B
HTML
15 lines
199 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<style>
|
||
|
|
||
|
#thediv {
|
||
|
width: 400px;
|
||
|
height: 250px;
|
||
|
position: absolute;
|
||
|
top: 40px;
|
||
|
left: 40px;
|
||
|
-moz-box-shadow: 0px 0px 15px black;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<div id="thediv"> </div>
|