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.
21 lines
407 B
21 lines
407 B
.o_img_003{
|
|
border-radius: 50%;
|
|
transform: scaleY(1.5);
|
|
scale: 0.2;
|
|
margin-left: 100px;
|
|
transition: 850ms;
|
|
}
|
|
.o_img_div_003:hover > .o_img_003{
|
|
border-radius: 0%;
|
|
margin-left: 0px;
|
|
scale: 0.5;
|
|
transform: scale(2.0);
|
|
}
|
|
.o_img_div_003:hover{
|
|
background-color: #403e400a;
|
|
}
|
|
.head_003{
|
|
margin-bottom: -70px;
|
|
padding: 20px;
|
|
color
|
|
}
|
|
|