IT-Academy

CSS Form

Oct 4th, 2015
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. form{
  2.     width: 300px;
  3.     text-align: right;
  4.     }
  5. input, textarea {
  6.     width: 200px;
  7.     margin-left: 10px;
  8.     margin-top: 3px;
  9. }
  10. #firstNameWrong {
  11.     display: none;
  12.     color: red;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment