Skip to content

Instantly share code, notes, and snippets.

@g12n
Created January 3, 2013 15:18
Show Gist options
  • Save g12n/4444227 to your computer and use it in GitHub Desktop.
Save g12n/4444227 to your computer and use it in GitHub Desktop.
Untitled
/*CSS-Block-Buttons Text*/
.button{
border: 1px solid #ddd;
background: #efefef;
border-radius: 10px;
padding:8px;
text-align: center;
}
.blockButton{
display:block;
width: 100%;
box-sizing: border-box;
}
<span type="submit" class="button blockButton button-attention">login</span>
<button type="submit" class="button blockButton button-attention">login</button>
<input type="submit" class="button blockButton button-attention" />
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment