(Replaced content with " {{:Team:Valencia_UPV/Templates:headerGeneralUPV}} <html> <body> </body> </html> {{:Team:Valencia_UPV/Templates:footerUPV}}") |
|||
Line 3: | Line 3: | ||
<html> | <html> | ||
<body> | <body> | ||
+ | .page-header{ | ||
+ | background-position-y:-27em; | ||
+ | } | ||
+ | @media screen and (max-width: 1370px){ | ||
+ | .page-header{ | ||
+ | background-position-y:-15em; | ||
+ | } | ||
+ | } | ||
+ | </style> | ||
+ | <section class="page-header page-header-lg parallax parallax-3" style="background-image:url('https://static.igem.org/mediawiki/2016/f/fb/T--Valencia_UPV--resultsTitleBack.png');"> | ||
+ | <div class="overlay dark-5"><!-- dark overlay [1 to 9 opacity] --></div> | ||
+ | <div class="container"> | ||
+ | <h1>Results</h1> | ||
+ | </div> | ||
+ | </section> | ||
+ | <section> | ||
</body> | </body> | ||
</html> | </html> | ||
{{:Team:Valencia_UPV/Templates:footerUPV}} | {{:Team:Valencia_UPV/Templates:footerUPV}} |
Revision as of 17:12, 18 October 2016
.page-header{ background-position-y:-27em; } @media screen and (max-width: 1370px){ .page-header{ background-position-y:-15em; } }