1
0

first commit

This commit is contained in:
2026-05-17 17:05:59 -06:00
commit d9034e4074
7 changed files with 167 additions and 0 deletions

27
freeram.css Normal file
View File

@@ -0,0 +1,27 @@
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;
}
.fortnite {
display: flex;
position: relative;
justify-content: center;
align-items: center;
width: 100vw;
height: 50vh;
}