Radial background


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



Copy this code and paste it in your HTML
  1. background: -moz-radial-gradient(center 80% , circle farthest-corner, #efefef 0%, rgb(100,110,110) 100%) repeat scroll 0 0 transparent;
  2. background: -webkit-gradient(radial, 50% 80%, 200, 50% 40%, 1000, from(#efefef), to(rgb(100,110,110)))

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.