1
0

i did shit i forgot lowkey

This commit is contained in:
2026-05-17 17:34:08 -06:00
parent d9034e4074
commit 109d6129e1
4 changed files with 16 additions and 4 deletions

View File

@@ -15,6 +15,10 @@ body {
width: 200px;
height: 50px;
border-radius: 25px;
border-color: #ffffff;
cursor: pointer;
box-shadow-blur: 10px;
box-shadow: 10px 10px 10px rgb(0, 0, 0);
}
.fortnite {
@@ -24,4 +28,10 @@ body {
align-items: center;
width: 100vw;
height: 50vh;
}
a {
color: rgb(155, 214, 255);
display: flex;
text-decoration: none;
}