„css/skeleton-auto.css“ ändern
This commit is contained in:
parent
c1baf6191f
commit
b0607bedf3
@ -261,3 +261,28 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.zoom-box {
|
||||||
|
background-color:#CF4B32;
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
margin: 32px auto;
|
||||||
|
transition: transform .2s; /* Animation */
|
||||||
|
}
|
||||||
|
|
||||||
|
.zoom-box:hover {
|
||||||
|
transform: scale(1.5);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user