CSS3 Shiny Buttons


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

You have a white shine on top just by changing the background color in whatever color you like.


Copy this code and paste it in your HTML
  1. a {
  2. background:#588912;
  3. background-image:
  4. -webkit-gradient(linear, 0% 0%, 0% 95%,
  5. from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  6. }

Report this snippet


Comments


You need to login to view comments.