
The Generator
CSS Code Snippet
HTML Code Snippet

/*! Created Using Button Generator Tool - Creators Help Tamil | https://tools.creatorshelptamil.com/ */
.cht-button {
font-family: Arial;
font-weight: 700;
color: #ffffff;
padding: 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
border: 2px solid #ffffff;
border-radius: 0px;
background-color: #000000;
cursor: pointer;
}
.cht-button:hover {
color: #ffffff;
background-color: #000000;
}
<button class="cht-button">Click Here</button>