1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/layout/reftests/box-shadow/boxshadow-spread.html
T

18 lines
239 B
HTML

<!DOCTYPE HTML>
<style>
body {
background-color: green;
}
#thediv {
width: 300px;
height: 100px;
position: absolute;
top: 20px;
left: 20px;
color: black;
box-shadow: 3px 3px 0px 3px;
}
</style>
<div id="thediv">Foo</div>