first commit
This commit is contained in:
27
freeram.css
Normal file
27
freeram.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user