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.

42 lines
870 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Banner header</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style rel="stylesheet" type="text/css">
#banner {
float: left;
width: 800px;
height: 240px;
padding: 2;
margin-bottom: 2;
background: #f0f url(http://www.lovelylovesayings.com/images/Kissing-in-the-flowers.jpg);
}
#banner h1 {
margin: 30px 0 0 12px;
font: normal 2em verdana, arial, sans-serif;
text-transform: none;
letter-spacing: 2px;
color: pink;
background: transparent;
}
</style>
</head>
<body>
<div id="banner">
<h1>Love Sayings Love Quotes Love Proverbs</h1>
In her first passion woman loves her lover,<br>
In all the others all she loves is love.<br><br>
George Gordon Lord Byron
</div>
</body>
</html>