You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
357 B
22 lines
357 B
.a_snippet_008{
|
|
position: relative;
|
|
right: 40%;
|
|
bottom: 40%;
|
|
transition: 850ms;
|
|
height: 4rem;
|
|
}
|
|
.o_box_008{
|
|
margin-top: 5%;
|
|
margin-bottom: 5%;
|
|
opacity: 75%;
|
|
transition: 650ms;
|
|
}
|
|
.o_box_008:hover > .a_snippet_008{
|
|
transform: translateX(160%);
|
|
}
|
|
.o_box_008:hover{
|
|
opacity: 100%;
|
|
}
|
|
.p_008{
|
|
text-align: center;
|
|
}
|
|
|