Class 4 – Submit Button Style For In-Class Assignment #1

March 8th, 2010 § 0

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.

Picture 1

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.

Tagged: ,

§ Leave a Reply

What's this?

You are currently reading Class 4 – Submit Button Style For In-Class Assignment #1 at Web Development Intensive.

meta