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

Line 1: Line 1:
#container {
 
width: 100vw;
 
    height: auto;
 
display: flex;
 
flex-direction: column;
 
position: absolute;
 
top: 18px;
 
}
 
 
 
section.mainpage {     
 
section.mainpage {     
 
position: relative;
 
position: relative;

Revision as of 08:22, 16 September 2019

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);

}