You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
361 B
HTML
21 lines
361 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>p80</title>
|
|
<style type="text/css">
|
|
body{
|
|
font-family: mono;
|
|
color: red;
|
|
background: black;
|
|
text-shadow: 2px 2px white;
|
|
font-size: 30px;
|
|
}
|
|
|
|
/* p {padding: 0;
|
|
margin: 0;}*/
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>The sky above the port was the color of television, tuned on a dead channel</p><br>
|
|
</body>
|
|
</html> |