mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 02:40:33 +09:00
11 lines
165 B
HTML
11 lines
165 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
#thediv {
|
|
width: 300px;
|
|
height: 300px;
|
|
background: black;
|
|
box-shadow: inset 0 0 20px 200px lime;
|
|
}
|
|
</style>
|
|
|
|
<div id="thediv"></div>
|