Skip to content
Snippets Groups Projects
Commit c84efc7a authored by Shraddha Raghuram's avatar Shraddha Raghuram
Browse files

roster bg image plus introduction

parent b7045dd5
No related branches found
No related tags found
No related merge requests found
......@@ -485,16 +485,17 @@ body{
/* css for team roster page */
.roster-bg-image{
.roster-bg-image {
position: fixed;
top: 0;
width: 100%;
height: 3000px;
background: url("https://static.igem.wiki/teams/5054/img-8014-2.jpg");
background: url(https://static.igem.wiki/teams/5054/img-8014-2.jpg);
background-size: contain;
background-position: top center;
background-repeat: no-repeat;
z-index: 0;
transform: translateY(-10%);
}
.roster-pagecontainer{
position: relative;
......@@ -515,7 +516,7 @@ body{
font-style: normal;
font-weight: 600;
line-height: normal;
color: #C6EBE8;
color: #185A4F;
}
.roster-title>p{
text-align: left;
......@@ -526,7 +527,7 @@ body{
font-style: normal;
font-weight: 400;
line-height: normal;
color: #185A4F;
color: #C6EBE8;
}
.roster-pagecontent{
width: 71%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment