Tati 10 lat temu
rodzic
commit
bcee699794
2 zmienionych plików z 45 dodań i 19 usunięć
  1. 19 1
      css/formulario.css
  2. 26 18
      formulario.html

+ 19 - 1
css/formulario.css

@@ -35,7 +35,7 @@ html, body
 }
 }
 
 
 .promocion {
 .promocion {
-    background-image: url("../Images/wallpapo.jpg");
+    background-image: url("../Images/banner.jpg");
     background-size: cover;
     background-size: cover;
     color: #FFF;
     color: #FFF;
     padding-bottom: 5rem;
     padding-bottom: 5rem;
@@ -67,4 +67,22 @@ input::-webkit-inner-spin-button {
 	color: rgb(128, 128, 128);
 	color: rgb(128, 128, 128);
 	font-size: 80%;
 	font-size: 80%;
 	font-style: italic;
 	font-style: italic;
+	text-align: justify;
+}
+
+.nav-bar{
+	padding-left: 30px;
+	padding-top: 10px;
+}
+
+.logo{
+	height: 40px;
+}
+
+.productos{
+	width: 100%;
+}
+
+.xl-top-space{
+	margin-top: 30px
 }
 }

Plik diff jest za duży
+ 26 - 18
formulario.html