CSS background opacity:


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



Copy this code and paste it in your HTML
  1. .translucent{
  2. opacity:0.4;
  3. filter:alpha(opacity=40);
  4. background:#000000;
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.