„css/skeleton-auto.css“ ändern
This commit is contained in:
parent
e4e2f36410
commit
fb849263fb
@ -262,7 +262,12 @@ hr {
|
||||
|
||||
|
||||
.zoom-box {
|
||||
width: 0;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background-color: red;
|
||||
/* Center horizontally*/
|
||||
margin: 0 auto;
|
||||
|
||||
-webkit-transition: -webkit-transform 0.2s;
|
||||
transition: -webkit-transform 0.2s;
|
||||
transition: transform 0.2s;
|
||||
|
Loading…
Reference in New Issue
Block a user