Simple css button – using Pure – Yahoo Css
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/pure/0.3.0/buttons-min.css"> <button class="pure-button">SEARCH</button><style> .pure-button { width: 31%; /*position: fixed; margin-left: 70%;*/ position: fixed; top: 2%; height: 10%; left: 68%; color: #fff; background-color: #0B65DB; } </style> |