Text area con imagen de fondo


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. textarea {
  2. background-image: url(../images/textarea-bg.jpg);
  3. width: 416px;
  4. height: 149px;
  5. margin-left:80px;
  6. background-repeat: no-repeat;
  7. border: 0pt none;
  8. background-color: transparent;
  9. color: #fff;
  10. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.