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

(Blanked the page)
 
Line 1: Line 1:
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("https://static.igem.org/mediawiki/2019/0/0c/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);
+
}
+

Latest revision as of 18:33, 24 September 2019