Tati 12 lat temu
rodzic
commit
1e74e22015
3 zmienionych plików z 38 dodań i 1 usunięć
  1. 30 1
      css/home.css
  2. BIN
      images/home.jpg
  3. 8 0
      index.html

+ 30 - 1
css/home.css

@@ -20,7 +20,7 @@ height: 100%;
 /*		NAV		*/
 .home{
 	width: 100%;
-	height: 400px;
+	height: 80%;
 	background-size: cover;
 	background-image: url('../images/home.jpg');
 	margin-left: 0;
@@ -39,9 +39,11 @@ height: 100%;
 
 }
 .navlist{
+padding-top: 9px;
 font-size: 22px;
 margin:0;
 list-style-type: none;
+vertical-align: middle;
 }
 
 .navlist a{
@@ -53,5 +55,32 @@ color: #6E7679;
 vertical-align: middle;
 display : inline;
 margin: 0 10px;
+}
+
+/*		HOME	*/
+#logo{
+	width: 100%;
+	margin: 5% auto;
+	text-align: center;
+}
 
+/*		US		*/
+.us{
+	background-color: #A8A39D;
+	color: #E2DDD9;
+	width: 100%;
+	height: 30%;
+}
+
+/*		HEADERS	*/
+h1{
+	font-family: 'raleway';
+	text-transform: uppercase;
+	text-align: left;
+	border-bottom: 1px solid white;
+	text-decoration: none;
+	font-size: 40px;
+	width: 21%;
+	padding: 30px;
+	margin: 0;
 }

BIN
images/home.jpg


+ 8 - 0
index.html

@@ -14,5 +14,13 @@
 				<li><a href="#home">contacto</a></li>
 			</ul>
 		</div>
+		<div id="logo">
+			<img src="images/logo.png">
+		</div>
+	</div>
+	<div class="us">
+		<div class="title">
+			<h1>Nosotros</h1>
+		<div>
 	</div>
 </body>