Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. .s3sliderImage div {
  2.    position: absolute; /* important */
  3.    right:0;
  4.    top:0;
  5.    font-size: 12px;
  6.    padding:0;
  7.    width: 390px;
  8.    height:340px;
  9.    padding:60px 30px 20px 30px;
  10.    filter: alpha(opacity=60); /* here you can set the opacity of box with text */
  11.    opacity: 0.6; /* here you can set the opacity of box with text */
  12.    background-color: #000 !important;
  13.    color: white;
  14.    display: none; /* important */
  15.    z-index:400;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement