David 10 anni fa
parent
commit
23b6491691
3 ha cambiato i file con 62 aggiunte e 9 eliminazioni
  1. 18 0
      css/especificos.css
  2. 1 1
      index.php
  3. 43 8
      js/main.js

+ 18 - 0
css/especificos.css

@@ -11,6 +11,23 @@
   src: url("../Fonts/OpenSans.woff") format("woff");
 }
 
+#bgvid {
+	position: absolute;
+	z-index:-1;
+	top: 0px;
+	/*
+	left: 0px;
+	por el offset del padre
+	*/
+	left: -10%;
+	right: 0px;
+	bottom:0px;
+	overflow:hidden;
+	background-size: cover;
+	background-repeat: no-repeat;
+	background-position: 0% 0%;
+	background-image: none;
+}
 #logo { opacity:0; transition: opacity 0.5s ease-in-out; }
 html, body
 {
@@ -207,6 +224,7 @@ right: 20px;
     padding-top: 1px;
 }
 
+#nosotros { position:relative; }
 /*
 #nosotros, #actividades, #distribuidoras, #cursos
 {

+ 1 - 1
index.php

@@ -68,7 +68,7 @@ header('Content-language: es');
 
 	<div class="seccion" id="nosotros">
 	    <h1><span>NOSOTROS</span></h1>
-	    
+
 		<div id="principal">
 			<div style="text-align: center;">
 			<p class="titulin center">Bienvenidos a ESPECIFICOS Buenos Aires</p><br/>

File diff suppressed because it is too large
+ 43 - 8
js/main.js