Skip to content
Snippets Groups Projects

Index page text revision

Merged Patrick Lee requested to merge index into main
2 files
+ 79
64
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
4
@@ -95,10 +95,9 @@ footer a:hover { color: white; text-decoration: underline; }
}
#index-background {
background-image: url('https://static.igem.wiki/teams/4296/wiki/images/wiki-home-page-background.png');
background-image: url('https://static.igem.wiki/teams/4296/wiki/images/index-page-background.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center 600px;
}
/* PROGRESS INDICATOR */
@@ -229,14 +228,15 @@ footer a:hover { color: white; text-decoration: underline; }
#index-content {
display: flex;
flex-direction: column;
background-color: var(--header-footer);
background-color: #ffffff;
margin-bottom: 50px;
padding: 20px;
color: #FFFFFF;
color: #000000;
position: sticky;
top: 80px;
align-self: flex-start;
font-size: 20px !important;
border-radius: 25px;
}
/* PRELOADER */
Loading