mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-15 13:01:32 +00:00
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>
|