
Red Neon Outline Glow Subscribe Now Button
.cycle-ytred-wrapper { background-color: #000; /* black background */ padding: 20px; /* add padding all around */ } .isolated-widget.rts-ytredbutton-widget { all: initial; display: block; } @keyframes pulse-shadow-ytred { 0%, 100% { box-shadow: 0 4px 8px rgba(255,0,0,0.8); } 50% { box-shadow: 0 4px 20px rgba(255,0,0,1); } } @keyframes triangle-pulse-ytred { 0%, 100% { transform: translate(-50%, -50%) scale(1); } 50% { transform: translate(-50%, -50%) scale(1.2); } } .rts-ytredbutton-widget #ytbutton-red-wrap { display: flex; justify-content: center; align-items: center; margin: 0 auto; } .rts-ytredbutton-widget #ytbutton-red-icon { position: relative; margin-right: 8px; width: 39px; height: 39px; border: 3px solid #FF0000; border-radius: 8px; background: #000; animation: pulse-shadow-ytred 2s infinite ease-in-out; transition: transform 0.2s; } .rts-y