Skip to content

Pasquale-CS/material-buttons-css3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo: https://pasquale-cs.github.io/material-buttons-css3/


[EN] - Material Design Buttons CSS3 with transition

Buttons Material Design style with transition in CSS3.

Include "css/pcs-buttons-md.css" in your project and use class "btn-pcs-md" with your elements.

Example include stylesheet (CSS):

<header>
  ...
  <link rel="stylesheet" type="text/css" href="css/pcs-buttons-md.css">
  ...
</header>

Example use class:

<body>
  ...
  <button class="btn-pcs-md">This is my button</button>
  ...
</body>

Do you Like!

Give me a coffee: https://www.paypal.me/pasqualecs Thank you =)


[IT] - Bottoni CSS3 in stile Material Design con transizione

Bottoni in stile Material Design creati solo con CSS3, transizione inclusa.

Includere il file "css/pcs-buttons-md.css" net tuo progetto e aggiungere la classe "btn-pcs-md" ai tuoi elementi.

Esempio di uso del foglio di stile (CSS):

<header>
  ...
  <link rel="stylesheet" type="text/css" href="css/pcs-buttons-md.css">
  ...
</header>

Esempio di uso della classe:

<body>
  ...
  <button class="btn-pcs-md">Questo è il mio bottone</button>
  ...
</body>

Ti Piace!

Mi offri un caffè: https://www.paypal.me/pasqualecs Grazie =)