Skip to content

Instantly share code, notes, and snippets.

@crullian
Created November 24, 2013 23:56
Show Gist options
  • Save crullian/7634205 to your computer and use it in GitHub Desktop.
Save crullian/7634205 to your computer and use it in GitHub Desktop.
Housekeeping 2
<!DOCTYPE html>
<html>
<head>
<title>Housekeeping</title>
<style type="text/css">
h1 {
position:absolute;left:90px;top:50px;
font-size:88px;
font-family:Didot;
}
.house {
font-style:normal;
color:#696969;
}
.keeping {
font-style:italic;
color:#a9a9a9;
}
</style>
</head>
<body>
<h1>
<span class="house">House</span><span class="keeping">keeping</span>
</h1>
<img
</body>
</html>
$ ->
$('#btn').on 'click', ->
alert $('#txt').val()
body {
background: #eee;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment