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.

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>