Initial commit
This commit is contained in:
24
css/Body text-align left.html
Normal file
24
css/Body text-align left.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user