Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<head>
<style>
body {
filter: blur(0px);
background-color: red;
margin:0px;
}
a {
text-indent: -9999em;
top: -9999em;
position: absolute;
}
div {
width: 100%;
height: 100%;
background-color: lime;
margin: 0px;
}
</style>
</head>
<body>
<div></div>
</body>