forms - How do i change the color of the text to white instead of black in this CSS file -
i have css file. how change text white instead of black?
#contactform { margin:50px auto; padding:20px; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; } #contactform .captch span{ font-size: 16px; font-weight: bold; font-style: italic; } #contactform .form { text-align:left; font-size:18px; font-weight:normal; font-family:"times new roman", times, serif; color:#666; } #contactform input.text,textarea.text, select.text { padding:5px; margin-bottom:10px; background: url(images/input-bg.gif) top left no-repeat; } #contactform #result { color:#ff0000; font-style: italic; margin-bottom: 5px } #contactform .message { padding: 5px 3px; } #contactform img.loading-img { padding: 5px 3px; } #contactform textarea.text { height:100px; } #contactform input#submit { padding: 5px 10px; background: #f2f2f2; border:1px solid #e5e5e5; font-family: georgia, "times new roman", times, serif; font-style: italic; font-size: 18px; color: #000; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; } #contactform table , #contactform tr td , #contactform tr{ border: none !important; }
welcome stackoverflow
i may suggest could, further questions, take other users potings sample own. posting confusing , badly formatted.
css property white text color: #ffffff ;
the following link information source on css https://developer.mozilla.org/de/docs/css
edit:
looks better :)
Comments
Post a Comment