mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-05 16:09:02 +00:00
13 lines
164 B
HTML
13 lines
164 B
HTML
<!DOCTYPE html>
|
|
<meta charset='utf-8'>
|
|
<title>0x0 pixel element</title>
|
|
|
|
<style>
|
|
div {
|
|
height: 0;
|
|
width: 0;
|
|
}
|
|
</style>
|
|
|
|
<div>This element is not visible.</div>
|