mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-21 04:31:26 +00:00
12 lines
165 B
HTML
12 lines
165 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
#thediv {
|
|
width: 500px;
|
|
height: 500px;
|
|
background: black;
|
|
box-shadow: inset 0 0 20px 200px lime;
|
|
}
|
|
</style>
|
|
|
|
<div id="thediv"></div>
|