Created
September 23, 2014 18:19
-
-
Save elbuo8/59e015269abe5ec5e3de to your computer and use it in GitHub Desktop.
maria
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <! 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