Team:IISER Kolkata/style.css

  1. container {

width: 100vw;

   height: auto;

display: flex; flex-direction: column; position: absolute; top: 18px; }

section.mainpage { position: relative; display: flex; width: 100vw; min-height: 50vh; } .mainpage#landing {

   flex-direction: column;
   height: 100vh;
   align-items: center;
   justify-content: center;
   background: url("../img/unleash.png") fixed no-repeat center;
   background-size: 80vw 40vw;
   background-color: black;

} .mainpage#about { flex-direction: column;

   height: 50vh;
   background-color: rgb(116,237,70);

}