fuck you stop wondering why i did ts

This commit is contained in:
2026-08-04 21:06:43 -06:00
parent 8a238b5183
commit e09be1b350
6 changed files with 216 additions and 219 deletions
+36 -36
View File
@@ -1,37 +1,37 @@
body {
background-color: rgb(045, 045, 045);
font-family: "JetBrains Mono", monospace;
text-align: center;
overflow: hidden;
}
.title {
color: white;
font-size: 25px;
}
.links {
background-color: #ffb6fa;
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 {
display: flex;
position: relative;
justify-content: center;
align-items: center;
width: 100vw;
height: 50vh;
}
a {
color: rgb(155, 214, 255);
display: flex;
text-decoration: none;
body {
background-color: rgb(045, 045, 045);
font-family: "JetBrains Mono", monospace;
text-align: center;
overflow: hidden;
}
.title {
color: white;
font-size: 25px;
}
.links {
background-color: #ffb6fa;
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 {
display: flex;
position: relative;
justify-content: center;
align-items: center;
width: 100vw;
height: 50vh;
}
a {
color: rgb(155, 214, 255);
display: flex;
text-decoration: none;
}