Advertisement
srikat

Untitled

May 1st, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #ez-home-top-1 {
  2. position: relative;
  3. }
  4.  
  5. #ez-home-top-1:after {
  6. background-color: #373d3f;
  7. bottom: 0;
  8. content: " ";
  9. display: block;
  10. left: 0;
  11. -ms-filter: "alpha(Opacity=80)";
  12. filter: alpha(opacity=80);
  13. opacity: 0.80;
  14. position: absolute;
  15. right: 0;
  16. top: 0;
  17. z-index: 0;
  18. }
  19.  
  20. #ez-home-top-1 .widget {
  21. position: relative;
  22. z-index: 1;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement