Skip to content

Instantly share code, notes, and snippets.

@maizhibin
Created May 8, 2015 01:20
Show Gist options
  • Save maizhibin/77d3ab4e6e9faf1074b4 to your computer and use it in GitHub Desktop.
Save maizhibin/77d3ab4e6e9faf1074b4 to your computer and use it in GitHub Desktop.
cocoauidemo.xml
<div style="text-align: center;">
<style>
#submit{
float: center;
width: 90%;
height: 40;
font-size: large;
margin: 15 0 0 0;
color: #fff;
background: #6cf;
border-radius: 5;
}
</style>
<h1>Hello World!</h1>
<p>My first CocoaUI App!</p>
<button id="submit">Get it</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment