feat: setup landing page

This commit is contained in:
Henry
2024-11-25 22:04:39 +00:00
parent ff4c4863ad
commit 88e4b4ebb0
11 changed files with 247 additions and 87 deletions

View File

@@ -7,3 +7,20 @@
display: block;
color: #707070;
}
.gradient-border::before {
background: conic-gradient(
from 0deg,
transparent 0deg,
transparent 45deg,
rgba(244, 114, 182, 0.4) 85deg,
rgba(192, 132, 252, 0.4) 95deg,
transparent 110deg,
transparent 360deg
);
content: '';
position: absolute;
inset: -50%;
width: 200%;
height: 200%;
}