blue and yellow play button
Blue and yellow Play button by joe2015jo
Details
Authorjoe2015jo
LicenseNo License
Categoryroblox
Created
Updated
Size826 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
a
Source code
@name Blue and yellow Play button
@namespace userstyles.world/user/joe2015jo
@version 1.0.0
@-moz-document domain("roblox.com") {
@keyframes rainbow
{
0% {background-color: blue;
border-color: blue;
}
14%
{
background-color: yellow;
border-color: yellow;
}
28%
{
background-color: blue;
border-color: blue;
}
42%
{
background-color: yellow;
border-color: yellow;
}
56%
{
background-color: blue;
border-color: blue;
}
80%
{
background-color: yellow;
border-color: yellow;
}
94%
{
background-color: blue;
border-color: blue;
}
100%
{
background-color: blue;
border-color: blue;
}
}
.btn-common-play-game-lg
{
animation: rainbow 18s infinite;
}
}