Difference between revisions of "Team:IISER Kolkata/style.css"

(Created page with "#container { width: 100vw; height: auto; display: flex; flex-direction: column; position: absolute; top: 18px; } section.mainpage { position: relative; display...")
 
Line 19: Line 19:
 
     align-items: center;
 
     align-items: center;
 
     justify-content: center;
 
     justify-content: center;
     background: url("../img/unleash.png") fixed no-repeat center;
+
     background: url("https://static.igem.org/mediawiki/2019/0/0c/T--IISER_Kolkata--unleash.png") fixed no-repeat center;
 
     background-size: 80vw 40vw;
 
     background-size: 80vw 40vw;
 
     background-color: black;
 
     background-color: black;

Revision as of 16:39, 23 August 2019

  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("T--IISER_Kolkata--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);

}