0

In this post we will teach you. (Button Open Link in New Tab JavaScript) .Copy the code below. Then check out our blog through the online HTML editor. Then use the code in your website. If there is a problem with the code, ask your question in the comment box below.

<style> .serv-price .price-button { cursor: pointer; width: 80%; padding: 10px 15px; border: 0; text-align: center; color: #fff; font-weight: 700; background: #8EE000; margin: 70px 0 15px; border-radius: 4px; transition: .3s; border-bottom: solid 3px #7AC70C } .serv-price .price-button.active { background: #14D4F4; border-bottom: solid 3px #1CB0F6; } .serv-price .price-button.active:hover { border-bottom: solid 3px #14D4F4; } </style> <div class="serv-price"> <button button="" class="price-button lgb active" onclick="window.open('http://covelign.com/4Tpw')" style="height: 40px; width: 30%;">Download</button></div>

Post a Comment

 
Top