mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
5859a14a99
Generated with: find * -type f -exec sed -i -e 's/\<MozBoxShadow\>/boxShadow/g;s/-moz-box-shadow/box-shadow/gi' {} \;
15 lines
196 B
HTML
15 lines
196 B
HTML
<!DOCTYPE HTML>
|
|
<style>
|
|
|
|
#thediv {
|
|
width: 400px;
|
|
height: 250px;
|
|
position: absolute;
|
|
top: 40px;
|
|
left: 40px;
|
|
box-shadow: 0px 0px 10.5px black;
|
|
}
|
|
</style>
|
|
|
|
<div id="thediv"> </div>
|