=============
Inline CSS:
========
#btn_css {
border-color: #001317;
background-color: #00b227;
border-style: solid;
border-width: 0px 0px 3px;
box-shadow: 0 -1px 0 rgb(255 255 255 / 10%) inset;
border-radius: 6px;
cursor: pointer;
display: inline-block;
font-style: normal;
overflow: hidden;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
transition: all 200ms ease-in-out 0s;
white-space: nowrap;
color: #FFFFFF;
font-size: 1.2rem;
line-height: 1.6rem;
padding: 0.6rem 1.2rem;
font-weight: 400;
}
#btn_css:hover {
color: #404040 !important;
font-weight: 700 !important;
letter-spacing: 2px;
background: #e6e6e6;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.3s ease 0s;
}
Select Button
Static ID: btn_css
========
========