groups

name language licence
compressed.css PHP Other
buttons PHP Other
Untitled Snippet
read me PHP Other
grid.css PHP Other



language: PHP
licence: Other

buttons

options: view full snippetsend to code collector
/* -------------------------------------------------------------- 
  
   buttons.css
   * Gives you some great CSS-only buttons.
   
   Created by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element
 
   See Readme.txt in this folder for instructions.
 
-------------------------------------------------------------- */
 
a.button, button {
  display:block;
  float:left;
	
(Continues...)