Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2019
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. #comment-form fieldset {
  2. margin: 0 0 15px 0;
  3. }
  4. #comment-form fieldset label {
  5. display: block;
  6. margin: 0 0 3px 0;
  7. font-weight: bold;
  8. }
  9.  
  10. #comment-form fieldset input,
  11. #comment-form fieldset textarea {
  12. width: 400px;
  13. padding: 5px;
  14. font-size: 1.4em;
  15. border: none;
  16. background: #e2e1d7;
  17. background-image: url("images/2.gif");
  18. background-repeat: repeat-x;
  19. }
  20.  
  21. .input_bg{
  22.     width: 420px;
  23.     height: 180px;
  24.     background: #F2F2F2;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement