33 lines
760 B
Plaintext
33 lines
760 B
Plaintext
<html>
|
|
<head>
|
|
<title>Game Boy Camera Pictures</title>
|
|
<style>
|
|
body {
|
|
background: slategray;
|
|
}
|
|
p {
|
|
max-width: 50em;
|
|
}
|
|
ul {
|
|
list-style: none;
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
}
|
|
li {
|
|
margin: 1em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Game Boy Camera</h1>
|
|
|
|
<p>
|
|
There's just something wonderful about the Game Boy Camera. The image quality is terrible. The dynamic range is anything but dynamic. The screen is impossible to see in low-light conditions or in open sunlight. The picture-taking experience is awful, and it's a pain in the ass to get the pictures onto my computer. But I love them.
|
|
</p>
|
|
|
|
<p>
|
|
I wrote more about my experience with the Game Boy Camera <a href='https://gamerdonkey.com/posts/2020/game-boy-camera-adventures/'>over here</a>.
|
|
</p>
|
|
|