5 lines
69 B
CSS
5 lines
69 B
CSS
|
|
img:active {
|
||
|
|
transform: scale(1);
|
||
|
|
top: 0em;
|
||
|
|
right: 0em;
|
||
|
|
}
|