CSS3 Gradient Background


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



Copy this code and paste it in your HTML
  1. -webkit-gradient(linear, 0% 0%, 0% 65%, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  2. gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.