Advertisement
ingenuo

background radial

Mar 8th, 2022
2,918
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <style>
  2. body {
  3. background: rgb(255,255,255);
  4. background: radial-gradient(circle, rgba(255,255,255,1) 34%, rgba(220,195,195,1) 100%);
  5. }
  6. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement