.button {
color: black;
font-weight:bold;
padding: 8px 16px;
border-radius: 4px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 2px 2px;
transition-duration: 0.2s;
cursor: pointer;
font-family: helvetica;
}
.button1 {
background-color: #ff7631;
color: black;
border: 2px solid black;
}
.button1:hover {
background-color:black;
color: white;
}
CLICK TO SEE OUR MENU
Hi Nafees,
If you would like to add this HTML code to your site to display the button, you will want to use the HTML element in the editor. Take a look at the following tutorial to add this code to the HTML element here.
Hope this helps!
Edward | Corvid Team