Yashshukla (Talk | contribs) |
Yashshukla (Talk | contribs) |
||
Line 2: | Line 2: | ||
<html> | <html> | ||
− | <body> | + | <body> |
− | + | .Public Engagement { | |
+ | background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352)); | ||
+ | background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%); | ||
+ | background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%); | ||
+ | background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%); | ||
+ | background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%); | ||
+ | background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%); | ||
+ | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0); | ||
+ | background-color:#77b55a; | ||
+ | border:3px solid #4b8f29; | ||
+ | display:inline-block; | ||
+ | cursor:pointer; | ||
+ | color:#ffffff; | ||
+ | font-family:Verdana; | ||
+ | font-size:19px; | ||
+ | font-weight:bold; | ||
+ | padding:17px 56px; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | .Public Engagement:hover { | ||
+ | background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a)); | ||
+ | background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%); | ||
+ | background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%); | ||
+ | background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%); | ||
+ | background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%); | ||
+ | background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%); | ||
+ | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0); | ||
+ | background-color:#72b352; | ||
+ | } | ||
+ | .Public Engagement:active { | ||
+ | position:relative; | ||
+ | top:1px; | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 01:02, 31 October 2017
.Public Engagement { background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352)); background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%); background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%); background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%); background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%); background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0); background-color:#77b55a; border:3px solid #4b8f29; display:inline-block; cursor:pointer; color:#ffffff; font-family:Verdana; font-size:19px; font-weight:bold; padding:17px 56px; text-decoration:none; } .Public Engagement:hover { background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a)); background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%); background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%); background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%); background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%); background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0); background-color:#72b352; } .Public Engagement:active { position:relative; top:1px; }