mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-06 08:29:08 +00:00
13 lines
158 B
HTML
13 lines
158 B
HTML
<!DOCTYPE html>
|
|
<meta charset='utf-8'>
|
|
<title>1x1 pixel element</title>
|
|
|
|
<style>
|
|
p {
|
|
height: 1px;
|
|
width: 1px;
|
|
}
|
|
</style>
|
|
|
|
<p>This element is visible.</p>
|