The submit button in the BlackBook design comp from Class 4′s in-class assignment #1 may be a bit confusing. Here is a tip on how to get your button to look exactly right.
![]()
The HTML code is just that for a simple submit button:
<input type="submit" class="blackbooksubmit" value="Submit">
And the corresponding CSS code is:
input.blackbooksubmit {
background-color:#A30606;
border:0 none #FFFFFF;
color:white;
font-family: Arial,Helvetica,sans-serif;
cursor:pointer;
font-size: 11pt;
font-weight:bold;
padding:4px 10px 5px;
text-align:center;
width:69px;
}
No related posts.