blob: 9fdf1ae1ae9f7711e436c8db5abe28de3cbcc6f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!doctype html>
<style>
body { margin: 0 }
div {
width: 100vw;
height: 100vh;
color: transparent;
}
div {
color: black;
}
</style>
<div>You should see me</div>
|