Skip to content

Instantly share code, notes, and snippets.

@Kvaibhav01
Created July 3, 2018 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kvaibhav01/916937212f9c76adde4935430ddb1376 to your computer and use it in GitHub Desktop.
Save Kvaibhav01/916937212f9c76adde4935430ddb1376 to your computer and use it in GitHub Desktop.
CSS file for animating with Keyframes extension without using the extension
body{
background: #f1f1f1;
font-family: 'Montserrat', sans-serif;
margin: 0;
}
.container{
background: rgb(103, 170, 89);
padding: 5em;
color: #fff;
}
h1{
font-size: 4em;
}
p{
font-size: 2em;
line-height: 1.6em;
}
a.button{
display: inline-block;
padding: .5em;
background: rgb(242, 255, 196);
border-radius: 20px;
color: rgb(103, 170, 89);
text-decoration: none;
margin-top: 10px;
font-size: 1.3em;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment