Tron Line
Neon & Glow · .btn-tron-line
Text
Class name
Color hue
Radius · 6px
Size
.btn-tron-line {
display: inline-block;
padding: 13px 30px;
border: 1px solid #164e63;
border-radius: 6px;
background: #020617;
color: #67e8f9;
font-family: inherit;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
cursor: pointer;
box-shadow: inset 0 0 18px rgba(34, 211, 238, 0.12);
transition: border-color 0.25s ease, box-shadow 0.25s ease, text-shadow 0.25s ease;
}
.btn-tron-line:hover {
border-color: #22d3ee;
box-shadow: inset 0 0 26px rgba(34, 211, 238, 0.25), 0 0 18px rgba(34, 211, 238, 0.5);
text-shadow: 0 0 10px rgba(103, 232, 249, 0.9);
}
.btn-tron-line:active {
background: #0c1a2e;
}