Skip to content

Instantly share code, notes, and snippets.

@elbuo8
Created September 23, 2014 18:19
Show Gist options
  • Select an option

  • Save elbuo8/59e015269abe5ec5e3de to your computer and use it in GitHub Desktop.

Select an option

Save elbuo8/59e015269abe5ec5e3de to your computer and use it in GitHub Desktop.
maria
<! DOCTYPE html>
<!--[if it IE 7]> <html class='no-js It-ie9> <![endif]-->
<html class='no-js' lang='en-us'>
<head>
<meta charset='utf-8'>
<meta http-equiv='' content='IE=edge'>
<meta name='description' content='Postcard'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<style>
.button {
background: black;
padding: 20px 40px;
color: white;
text-transform: uppercase;
text-decoration: none;
font-size: 24px;
}
.button-wrapper{
width: 100%;
text-align: center;
position: relative;
clear: none;
top: 50%
}
</style>
</head>
<body>
<content>
<section style="background: yellow; width: 100%; height: 100%;">
<div id="photo" class="button-wrapper">
<a id="pick-image" class="button" href="#">Pick Image></a>
</div>
</section>
</content>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment