diff --git a/freeram.css b/freeram.css index bd825b6..df0e849 100644 --- a/freeram.css +++ b/freeram.css @@ -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; } \ No newline at end of file diff --git a/freeram.html b/freeram.html index 54678fb..f83d5eb 100644 --- a/freeram.html +++ b/freeram.html @@ -4,8 +4,10 @@