Guest Posted July 12, 2020 Share Posted July 12, 2020 Site URL: https://k2.life Here is my code. How do I make it so that only the border of the button changes color? #block-yui_3_17_2_1_1594008918761_24680 { .sqs-block-button-element--medium { -webkit-animation: color rotate 25s linear infinite alternate; animation: color-rotate 25s linear infinite alternate; } } #block-yui_3_17_2_1_1594008918761_24680 { @-webkite-keyframes color-rotate { 0% {background: #81c2ee} 50% {background: #aea7f8} 100% {background: #aea7f8} } } Also changing the "background" to "{border: solid 1.75px #81c2ee}" did not seem to do the trick.. Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 Hi. Have you solved it yet? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.