Search This Blog

Friday, 13 January 2017

Advance Pongal Greetings to All


No comments:

Post a Comment

[code type=codetype] .IGtextbox { color: white; background-color: black; width: 500px; margin: 5px 60px; padding: 20px 20px 20px 20px; border: 2px dotted lightgrey; border-radius: 10px; box-shadow: -1px -1px 12px 2px gainsboro; transition: background-color .777s; -webkit-transition: background-color .777s; -moz-transition: background-color .777s; -o-transition: background-color .777s; -ms-transition: background-color .777s; } .IGtextbox:hover { background-color: CornflowerBlue ; } .IGtextbox:active { background-color: darkgreen ; }[/code]