Jump to content

Deixe seu formulário igual ao do twitter!


Recommended Posts

Uma modificação simples que da outra vida ao formulário do seu site.

Basta colocar na folha de estilo e pronto, você pode usar também na textarea

input {

	transition: all 0.30s ease-in-out;

	-webkit-transition: all 0.30s ease-in-out;

 	-moz-transition: all 0.30s ease-in-out;

 	border:#999 1px solid;

 	outline:none;

}


input:focus {

	box-shadow: 0 0 5px rgba(81, 203, 238, 1);

	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);

	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);

}

Resultado:

563twitter_input.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Do you agree with our terms?