20090201

index.php
<!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" xml:lang="en" lang="en">

<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style>
body {
font-family: Georgia;
font-size: 16px;
letter-spacing: -.02em;
margin: 100px 60px;
text-align: left;
line-height: 24px;
}
.one, .two {
float: left;
}
.two {
font-size: 240%;
margin: 10px 0 0 10px;
}
a {
color: #017;
text-decoration: none;
}
</style>
<title></title>
</head>

<body>

<p class="one">I just want to make something</p>
<p class="two">beautiful.</p>

</body>

</html>

Last updated