From 8cbad4510cfaa4997c2a3f5f53d8a9e4a9b277fe Mon Sep 17 00:00:00 2001 From: PrabhasXD <74493749+oksouhhhhhhhhh@users.noreply.github.com> Date: Sun, 1 Jun 2025 21:30:11 +0530 Subject: [PATCH] Create playbutton.css --- playbutton.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 playbutton.css diff --git a/playbutton.css b/playbutton.css new file mode 100644 index 0000000..d9fce57 --- /dev/null +++ b/playbutton.css @@ -0,0 +1,13 @@ +/* to style the roblox play button (ripped from the roblox website) */ + +.playbutton { + background-color: #335fff; + border-color: #335fff; + border-radius: 8px; + min-height: 60px; + margin: auto; + background-image:url(https://static.wikitide.net/jbcstudioswiki/e/ea/Playbutton.svg); + background-size: 34px auto; + background-position: center; + background-repeat: no-repeat +}