Skip to content

Instantly share code, notes, and snippets.

@sravan-s
Last active May 19, 2016 08:27
Show Gist options
  • Save sravan-s/f5a3d868986c35622a832fb8e2c770fd to your computer and use it in GitHub Desktop.
Save sravan-s/f5a3d868986c35622a832fb8e2c770fd to your computer and use it in GitHub Desktop.
Font for sample project
<link href='https://fonts.googleapis.com/css?family=Tinos:400,700|Playfair+Display:400,700' rel='stylesheet' type='text/css'>
font-family: 'Tinos', serif;
font-family: 'Playfair Display', serif;
@keyframes zoom {
0% {
transform: scale(1);
}
100% {
transform: scale(1.3);
}
}
.cameraSlide img {
animation: zoom 10s infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment