/ Published in: CSS
Make sure you CSS paths are correct in your HTML.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
label { font-weight: bold; float: left; width: 120px; } input, textarea { width: 250px; margin-bottom: 5px; } .required { color:red; font-weight:bold; } textarea { width: 250px; height: 150px; } .boxes { width: 1em; } #submitbutton { margin-left: 120px; margin-top: 5px; width: 90px; } br{ clear: left; } .button { margin-left: 120px; margin-top: 5px; width: 90px !important; }