Skip to content

Instantly share code, notes, and snippets.

@procload
Created December 3, 2012 18:53
Show Gist options
  • Save procload/4197080 to your computer and use it in GitHub Desktop.
Save procload/4197080 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<style>
a {
border-radius: 3px;
display: inline-block;
background: #000;
color: #FFF;
}
</style>
</head>
<body>
<a href="#">This is my button</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment