People wanted to know how I could make my button not go purple because of the hyperlink.
Iwantedtomakethebuttonappearmoreorless.
Code:
<buttonclass="button">
@Html.ActionLink("Nova Visita", "Form")
</button>
CSS:
.button {
background-color: #294a73;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}