Skip to content

Instantly share code, notes, and snippets.

@hardcoremore
Created March 31, 2013 13:24
Show Gist options
  • Save hardcoremore/5280581 to your computer and use it in GitHub Desktop.
Save hardcoremore/5280581 to your computer and use it in GitHub Desktop.
Untitled
.big {
font-size:30px;
}
.small {
font-size:12px;
}
.round-red {
background-color:#FF0000;
border:none;
color:#FFFFFF;
padding:20px;
border-radius:10px;
}
#jedinstveno_dugme {
font-family:'Calibri';
}
<button class="big" id="">Moje dugme 1</button>
<button class="small red" id="">Moje dugme 2</button>
<button class="small" id="">Moje dugme 3</button>
<button class="small" id="">Moje dugme 4</button>
<button class="big round-red" id="">Moje dugme 5</button>
<button class="medium" id="">Moje dugme 6</button>
<button class="small round-red">Moje dugme 7</button>
<button class="big" id="jedinstveno_dugme">Naziv Dugmeta</button>
// alert('Hello world!');
{"view":"separate","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