mixue

radial gradient background

Jul 3rd, 2022 (edited)
853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. <style>
  2. body {
  3. background: radial-gradient(circle, #ffffff 0%, #000000 100%);
  4. }
  5. </style>
Advertisement
Add Comment
Please, Sign In to add comment