„css/skeleton-auto.css“ ändern
This commit is contained in:
parent
d777fd5799
commit
5994fa4d5e
@ -276,13 +276,12 @@ hr {
|
||||
|
||||
|
||||
.zoom-box {
|
||||
background-color:#CF4B32;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
margin: auto;
|
||||
transition: transform .2s; /* Animation */
|
||||
}
|
||||
|
||||
.zoom-box:hover {
|
||||
transform: scale(1.5);
|
||||
transform: scale(0.5);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user