blob: 73d192a7ee6a23d5c70911b74af59b2f63bd33cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<style>
body { margin: 0 }
p {
height: 1200px;
width: 100px;
box-shadow: 0px -100px 100px black;
}
</style>
<p>
<div style="position:absolute; background: white; top: 100px; left: 215px; height: 2px; width: 2px"></div>
|