mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
3602bd64b6
--HG-- rename : gfx/thebes/src/gfxBlur.cpp => gfx/src/thebes/utils/gfxBlur.cpp rename : gfx/thebes/public/gfxBlur.h => gfx/src/thebes/utils/gfxBlur.h extra : rebase_source : d7ad7a1ee2ac9e25937133dba95f0f8d7347d612
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>
|