zoom
This commit is contained in:
parent
f7d2e1a460
commit
f67caa0721
7 changed files with 31 additions and 19 deletions
12
css/base.css
12
css/base.css
|
@ -72,6 +72,18 @@ h1, h2, h3 {
|
|||
font-family: "exo2";
|
||||
}
|
||||
|
||||
|
||||
.zoom {
|
||||
transition: transform .2s;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.zoom:hover {
|
||||
-ms-transform: scale(2); /* IE 9 */
|
||||
-webkit-transform: scale(2); /* Safari 3-8 */
|
||||
transform: scale(2);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
body {
|
||||
max-width: 90%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue