tc362/files/iceman/index.html
Andrew Tomaka 345516bf8b Make pages pretty
Take a few minutes to make the pages prettier. This includes adding appropriate
markup, adding images, and strengthening the text.
2014-02-19 11:14:01 -05:00

29 lines
515 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Iceman</title>
<style>
html {
background: black url(iceman.jpg) no-repeat;
background-size: 100%;
}
body {
text-align: center;
font-size: 5em;
color: white;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
</style>
</head>
<body>
You can be my wingman any time.
</body>
</html>