(Replaced content with "{{:Team:Valencia_UPV/Templates:headerGeneralUPV}} <html> <body> </body> </html> {{:Team:Valencia_UPV/Templates:footerUPV}}") |
|||
Line 2: | Line 2: | ||
<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('');"> | ||
+ | <div class="overlay dark-5"><!-- dark overlay [1 to 9 opacity] --></div> | ||
+ | <div class="container"> | ||
+ | <h1>Parts Overview</h1> | ||
+ | </div> | ||
+ | </section> | ||
+ | <section> | ||
+ | |||
</body> | </body> | ||
</html> | </html> | ||
{{:Team:Valencia_UPV/Templates:footerUPV}} | {{:Team:Valencia_UPV/Templates:footerUPV}} |
Revision as of 16:55, 18 October 2016
.page-header{ background-position-y:-27em; } @media screen and (max-width: 1370px){ .page-header{ background-position-y:-15em; } }