Skip to content

Instantly share code, notes, and snippets.

@Kvaibhav01
Created July 10, 2018 18:54
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/5796e92bffca53e219bd20510efb604f to your computer and use it in GitHub Desktop.
Save Kvaibhav01/5796e92bffca53e219bd20510efb604f to your computer and use it in GitHub Desktop.
CSS code for AnimeJS demo
body {
margin: 0;
font-family: "Montserrat";
}
.polymorph {
fill: #398f5a;
}
#cta, #cta2{
position: absolute;
margin: 10em auto 0 auto;
left: 0;
right: 0;
width: 20%;
background: none;
border: 2px dashed #fff;
border-radius: 15px;
padding: 15px;
color: #fff;
font-size: 1.5em;
cursor: pointer;
outline: 0;
}
p{
font-size: 1.2em;
}
#cta2{
width: auto;
margin: 30px auto;
background: #398f5a;
}
#blip{
position: absolute;
color: #398f5a;
right: 25%;
top: 0%;
opacity: 0;
width: 30%;
transform: translateY(-800px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment