Yashshukla (Talk | contribs) |
Yashshukla (Talk | contribs) |
||
Line 3: | Line 3: | ||
<body> | <body> | ||
+ | Text | ||
+ | |||
+ | Public Engagement | ||
+ | |||
+ | Public Engagement | ||
+ | |||
+ | Font Size: | ||
+ | 19px | ||
+ | bold italic | ||
+ | Size | ||
+ | Vertical Size: | ||
+ | 17px | ||
+ | Horizontal Size: | ||
+ | 56px | ||
+ | Border | ||
+ | Border Radius: | ||
+ | 0px | ||
+ | Border Size: | ||
+ | 3px | ||
+ | Box Shadow | ||
+ | Text Shadow | ||
+ | <a href="#" class="Public Engagement">Public Engagement</a> | ||
+ | |||
.Public Engagement { | .Public Engagement { | ||
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352)); | background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352)); | ||
Line 36: | Line 59: | ||
top:1px; | top:1px; | ||
} | } | ||
+ | |||
+ | |||
Revision as of 01:03, 31 October 2017
Text Public Engagement Public Engagement Font Size: 19px bold italic Size Vertical Size: 17px Horizontal Size: 56px Border Border Radius: 0px Border Size: 3px Box Shadow Text Shadow Public Engagement .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; }