Guest User

Untitled

a guest
Jan 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. input:focus + aside {
  2. opacity: 1;
  3. filter: alpha(opacity=100);
  4. -webkit-transition: opacity 0.25s;
  5. -moz-transition: opacity 0.25s;
  6. -o-transition: opacity 0.25s; }
Add Comment
Please, Sign In to add comment