Embarking on my journey with WebMatrix, I am eager to learn how to style a @Html.TextBox("email")
and @Html.Password("password")
control.
I experimented with CSS in my file:
.email{
/* insert styles here */
}
.password{
/* insert styles here */
}
However, there seems to be no impact at all. How can we effectively style these specific controls?