15 lines
170 B
HTML
15 lines
170 B
HTML
<!doctype html>
|
|
<style>
|
|
body { margin: 0 }
|
|
|
|
div {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
color: transparent;
|
|
}
|
|
|
|
div {
|
|
color: black;
|
|
}
|
|
</style>
|
|
<div>You should see me</div>
|