26 lines
743 B
HTML
26 lines
743 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns='http://www.w3.org/1999/xhtml' xml:subLang='en'>
|
|
<head>
|
|
<title>body text-align center</title>
|
|
<style type='text/css'>
|
|
body {
|
|
font: 16px verdana;
|
|
color: pink;
|
|
border: 4px dashed blue;
|
|
margin: 8px;
|
|
padding: 8px;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<p>Love is an energy - it can neither be created nor destroyed.<br>
|
|
It just is and always will be,<br>
|
|
giving meaning to life and direction to goodness...<br>
|
|
Love will never die. (Celeste in "April Fools Day")<br><br>
|
|
|
|
Bryce Courtney
|
|
</p>
|
|
</body>
|
|
</html> |