Skip to content

Instantly share code, notes, and snippets.

@lolosssss
Created September 3, 2014 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lolosssss/805bebe7d9dcc5d1496e to your computer and use it in GitHub Desktop.
Save lolosssss/805bebe7d9dcc5d1496e to your computer and use it in GitHub Desktop.
Bread and Knife[my testing website]// source http://jsbin.com/mohiz/14
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[add your bin description]" />
<meta charset="utf-8">
<title>Bread and Knife</title>
<style>
body{
background:url("http://image.tianjimedia.com/uploadImages/2014/107/54/TO5360RI1R33_1000x500.jpg");
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
background-attachment:fixed;
}
#header{
margin-top:150px;
margin-right:auto;
margin-left:auto;
margin-bottom:auto;
}
h1{
text-align:center;
font-family:Helvetica;
color:#fefefe;
font-size:63px;
}
p{
text-align:center;
font-family:Cursive;
color:#fefefe;
font-size:33;
}
#button_one:hover{
margin-top:auto;
margin-left:auto;
margin-right:auto;
width:100px;
height:50px;
border:1px solid #fefefe;
border-radius:3px
}
</style>
</head>
<body text-align:center;>
<div id="header">
<h1>Bread and Knife</h1>
<p>Eat bread a day,<br/> keep hunger<br/> away.</p>
<div id="button_one" class="ho">
<p test-align:center;font-size:14px><br/>lolo</p>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment