Click To Call HTML Code

  • Copy Only The Green Text

HTML Code:

<!DOCTYPE html>
<div class="card">
    <p><a href="tel:YOURNUMBER"><button>YOUR TEXT</button></a></p>
    </div>
    
    <style>
    .card {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    max-width: 220px;
    margin: auto;
    text-align: center;
    font-family: arial;
    font-size: 12px;
    }
    
    .card button {
    border: none;
    outline: 0;
    padding: 10px;
    color: white;
    background-color: #28B463;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    }
    </style>
Previous Next