25 lines
579 B
HTML
25 lines
579 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Body text-align left</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<style rel="stylesheet" type="text/css">
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: left;
|
|
color: pink;
|
|
background-image: url(background.jpg) repeat-y top center;
|
|
font: 60% "Trebuchet MS", verdana, tahoma;
|
|
}
|
|
|
|
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<h1>May your love soar on the wings of a dove in flight.
|
|
<span style="font-weight:bold; color:blue;">Debbie Crabtree</span></h1>
|
|
</body>
|
|
</html>
|