You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
nsk-website/styles.css

29 lines
774 B

.bounce-top {
-webkit-animation: bounce-top 0.9s 3s alternate both;
animation: bounce-top 0.9s 3s alternate both;
}
.bg-pan-left {
-webkit-animation: bg-pan-left 2s both;
animation: bg-pan-left 2s both;
}
.bg-pan-br {
background: rgb(34,193,195);
background: linear-gradient(175deg, rgba(34,193,195,1) 30%, rgba(253,187,45,1) 90%);
background-size: 400%, 400%;
-webkit-animation: bg-pan-br 3s both;
animation: bg-pan-br 3s both;
}
.tracking-in-contract {
-webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.zon {
position: absolute;
left: 100px;
top: 150px;
width: 100px;
}