34 lines
1009 B
HTML
34 lines
1009 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" subLang="en-US" xml:subLang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>Div For Clearing</title>
|
|
<style rel="stylesheet" type="text/css">
|
|
|
|
.cleared
|
|
{
|
|
float: none;
|
|
clear: both;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: none;
|
|
font-size:16px;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="cleared">Love Sayings</div>
|
|
<div class="Main">Wild Nights! Wild Nights! were I with thee- Wild Nights<br>
|
|
would be our luxury-- Futile the winds to a heart in port,<br>
|
|
Gone with the compass-- Gone with the chart-- Rowing in Eden..<br>
|
|
Ah the Sea! Might I but moor-- Tonight in thee<br><br>
|
|
|
|
Emily Dickinson </div>
|
|
<div class="cleared">Love Sayings</div>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|