body{ font-faimly: ‘Helvetica’, sans-serif;
}
img{ width:100%; responsive;
}
a{ text-decoration: none; color: black;
}
.banner{ display: block; width: 180px; height: 600px; margin: auto; padding: 20px; position: relative; padding-top: 0.5rem !important; border-radius: 7px; border-top-right-radius: 0; background-color: #fff; background-image: linear-gradient(60deg, #ffffff, #ffffff, #d9dcff, #b892f7, #d9dcff, #b892f7, #ffffff); &:hover .section2 .clock{ transform: rotate(0deg); } &:hover .section2 .cclock{ transform: rotate(0deg); } }
.section2 img{ width:25%; margin: 0 10px;
}
section{ margin: 0 auto; text-align: center;
}
p{ margin:0;
}
p.small{ font-size: 9px;
} // Animation //
.logo{ animation: 2s opacity;
}
.section1 h1{ animation: 1s scale; animation-fill-mode: forwards;
}
.section2{ opacity: 0; animation: 2s opacity 1s; animation-fill-mode: forwards;
}
.clock{ transform: rotate(10deg); animation: 1s clock .5s 3; animation-timing-function: step-start;
}
.cclock{ transform: rotate(-10deg); animation: 1s cclock .5s 3; animation-timing-function: step-start;
}
.scale{ animation: 1s scale 3s;
}
.slidedown{ overflow-y: hidden; max-height: 0; animation: 5s slidedown 1.5s; animation-fill-mode: forwards;
}
.slideright{ overflow-x: hidden; max-width: 0; animation: 4s slideright 3s; white-space: nowrap; animation-fill-mode: forwards;
}
.lip{ position:absolute; width: 150px; opacity: 0; bottom:0; left: 50%; transform: translateX(-50%) rotate(15deg); z-index: -1; animation: 2s lips 4s; animation-fill-mode: forwards;
} @keyframes opacity{ 0% { opacity: 0; } 100% { opacity: 1; }
} @keyframes scale { 0% { transform: scale(0); } 50% { transform: scale(1.5); } 75% { transform: scale(.9); } 100% { transform: scale(1); }
} @keyframes lips { 0% { transform: translateX(-50%) rotate(15deg) scale(0); opacity:1; } 30%{ transform: translateX(-50%) rotate(15deg) scale(1.3); } 80%{ transform: translateX(-50%) rotate(15deg) scale(.9); opacity: .5; } 100%{ transform: translateX(-50%) rotate(15deg) scale(1); opacity: 1; }
} @keyframes slidedown { from{ max-height: 0; } to{ max-height: 500px; }
} @keyframes slideright { from{ max-width: 0; } to{ max-width: 500px; }
} @keyframes clock{ 0% { transform: rotate(10deg); } 50% { transform: rotate(0); } 100% { transform: rotate(10deg); }
} @keyframes cclock{ 0% { transform: rotate(-10deg); } 50% { transform: rotate(0deg); } 100% { transform: rotate(-10deg); }
}
Go Business!


