CSS   30
body css
Guest on 2nd February 2023 02:07:05 PM


  1. body {
  2.     position: relative;
  3.     min-height: 100vh;
  4.     padding-top: 15px;
  5.     font-family: Montserrat,sans-serif;
  6.     font-weight: 300;
  7.     font-size: 1rem;
  8.     line-height: 1.75;
  9.     color: #fff;
  10.     background-color: #05122b;
  11.     background-repeat: no-repeat;
  12.     background-image: radial-gradient(circle 50vw at 100% 0,#00fefe,transparent),radial-gradient(circle 50vw at 20% 25vw,#9b00cc,transparent),linear-gradient(180deg,#3f007e,#502cba 25vw,#05122b 50vw);
  13. }

Raw Paste

Login or Register to edit or fork this paste. It's free.