chore(lp): 📦️ Import existing Landing page
This commit is contained in:
19
apps/landing-page/assets/style.css
Normal file
19
apps/landing-page/assets/style.css
Normal file
@ -0,0 +1,19 @@
|
||||
.rounded-full {
|
||||
border-radius: 99999px;
|
||||
}
|
||||
|
||||
.floating {
|
||||
animation: float 6s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@keyframes float {
|
||||
0% {
|
||||
transform: translatey(0px);
|
||||
}
|
||||
50% {
|
||||
transform: translatey(-10px);
|
||||
}
|
||||
100% {
|
||||
transform: translatey(0px);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user