Advertisement
Kabbalah

Circulo gradiente css

Jul 12th, 2025
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. .div {
  2.     background: conic-gradient(from 180deg at 50% 50%, #00FFC2 0deg, #00F0FF 120.07deg, #0077FF 179.52deg, #FF0099 241.65deg, #0470E5 299.6deg, #00FFC2 360deg);
  3.     border-radius: 50%;
  4.     font-size: 250px;
  5.     height: 1em;
  6.     width: 1em;
  7.     filter: blur(32px);
  8. }
  9. <div class='
  10.  
  11.  
  12. ##Abaixo a div que chama o gradiente:
  13.  
  14. <div class='div'></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement