Skip to content

Instantly share code, notes, and snippets.

@Mif2006
Created September 23, 2023 13:41
Show Gist options
  • Save Mif2006/27cfb1ea247b320ab16685c3ec2c18f8 to your computer and use it in GitHub Desktop.
Save Mif2006/27cfb1ea247b320ab16685c3ec2c18f8 to your computer and use it in GitHub Desktop.
@tailwind base;
@tailwind components;
@tailwind utilities;
.planet-background-1 {
background: radial-gradient(80.36% 80.36% at 18.95% 26.51%, #60DBFF 0.56%, #60D5FF 9.37%, #5FC4FF 21.1%, #5DA9FF 34.46%, #5A82FF 49.03%, #5751FF 64.42%, #5643FF 68.44%, #563DF8 74.32%, #552EE5 82.82%, #5315C6 92.87%, #5200AB 100%);
background-size: 150% 150%;
animation: none; /* Disable the initial rotation animation */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment