| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <link rel=author href="mailto:[email protected]"> | |
| <div>This content should be visible</div> | |
| <style> | |
| div { | |
| position: fixed; | |
| top: 0; | |
| left: 0; | |
| width: 300px; | |
| height: 200px; | |
| padding: 1em; | |
| border: 1px solid; | |
| background: white; | |
| color: black; | |
| } | |
| </style> |