Added Home page

This commit is contained in:
2025-02-11 23:15:32 +01:00
parent 8e16b82996
commit 809b9dc638
5 changed files with 148 additions and 1 deletions

View File

@ -17,6 +17,19 @@
flex-direction: column;
}
.spotlight {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 100%;
height: 100%;
background: radial-gradient(circle at 50% 30%,
rgba(255, 255, 255, 0.1) 0%,
rgba(0, 0, 0, 0.5) 70%);
pointer-events: none;
}
header {
padding-top: 20px;
padding-left: 20px;