Scale images

This commit is contained in:
Neale Pickett 2015-04-13 16:34:22 -06:00
parent d137e658f9
commit 504002b5e5
1 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,7 @@ html {
background: #35170c url(../images/brown-circles.jpg) repeat left bottom;
min-height: 100%;
font-family: "Maven Pro", Ubuntu, sans-serif;
overflow-y: scroll;
}
@ -106,6 +107,14 @@ hr {
padding: 0.1em 0.1em;
}
img {
max-width: 100%;
transition: all .2s ease;
}
img:hover {
transform: scale(1.5);
}
/**** Section ****/