zhereh-frontend

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

app.css (338B)


      1 @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
      2 @tailwind base;
      3 @tailwind components;
      4 @tailwind utilities;
      5 
      6 
      7 html, body {
      8   background: linear-gradient(180deg,#fff 3%,#d7caec 100%);
      9   background-size: cover;
     10   background-repeat: no-repeat;
     11   overscroll-behavior-y: none;
     12   min-height: 100vh;
     13   margin: 0;
     14 }
     15