Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- procure por .bordertags {
- e adicione isso:
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out; opacity:0;
- ~
- procure por .tags {
- e poste isso antes:
- .posts:hover .tags {
- margin-top:px;filter: alpha(opacity = 100);
- opacity:100;-webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- .posts:hover .bordertags {
- filter: alpha(opacity = 100);
- opacity:100;-webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- ~
- dentro de .tags {
- coloque isso:
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- position:absolute; opacity:0;
Advertisement
Add Comment
Please, Sign In to add comment