How to create a gradient background


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



Copy this code and paste it in your HTML
  1. p {
  2.  
  3. background-image: url(http://static.socialgo.com/cache/2210/image/43.gif);
  4. background-repeat: repeat-x;
  5.  
  6. color:#ffffff;
  7.  
  8. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.