Skip to content

Instantly share code, notes, and snippets.

@macikokoro
Created April 27, 2014 07:28
Show Gist options
  • Save macikokoro/11339650 to your computer and use it in GitHub Desktop.
Save macikokoro/11339650 to your computer and use it in GitHub Desktop.
CSS for a button.
div {
height: 60px;
width: 100px;
border-radius: 5px;
background-color: #69D2E7;
text-align: center;
color: #FFFFFF;
font-family: Verdana, Arial, Sans-Serif;
opacity: 0.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment