Skip to content
Snippets Groups Projects
Commit 79c760db authored by Alejandro Rojo Moreno's avatar Alejandro Rojo Moreno
Browse files

Update wiki/layout.html

parent b9fd4242
No related branches found
No related tags found
No related merge requests found
Pipeline #185770 passed
......@@ -235,6 +235,42 @@ document.addEventListener("DOMContentLoaded", function(){
transform: translateY(-50%);
word-wrap: break-word;*/
}
/* Awards*/
#portada_awards{
background: url("https://static.igem.wiki/teams/4147/wiki/portadas/awards.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center; /* Center the image */
background-blend-mode: darken;
}
#portada_awards #wrapper{
background-size: cover;
width: 100%;
height: 100vh;
overflow: hidden;
margin: 0;
}
#portada_awards h2{
//font-family: 'Raleway', sans-serif;
font-size: 10vw;
font-weight: 700;
text-align: center;
text-transform: uppercase;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
transform: translateY(-50%);
word-wrap: break-word;
}
#portada_awards .transparent-text{
background-color: #fff;
color: #000;
mix-blend-mode: screen;
}
/* Atributions*/
#portada_attributions{
background: url("https://static.igem.wiki/teams/4147/wiki/portadas/attributions-2.jpg");
......
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