tc362/files/maverick/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
514 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Maverick</title>
<style>
html {
background: black url(maverick.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>
Bullshit! You can be mine.
</body>
</html>