Commit 8660145e authored by Wilson Valverde's avatar Wilson Valverde

images

parent e06869d6
...@@ -80,9 +80,11 @@ footer{ ...@@ -80,9 +80,11 @@ footer{
font-size: 1.4vw; font-size: 1.4vw;
} }
.fondo{ .fondo{
background-image:linear-gradient(179deg, #ffffff5e, #ffffff00), url(../images/WEB.png); /*background-image:linear-gradient(179deg, #ffffff5e, #ffffff00), url(../images/WEB.png);*/
background-image:url(../images/WEB.png);
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
/* background-color: #343b3b;*/
} }
.formulario{ .formulario{
width: 32vw; width: 32vw;
...@@ -173,7 +175,7 @@ footer{ ...@@ -173,7 +175,7 @@ footer{
text-align: center; text-align: center;
width: 100%; width: 100%;
} }
.img-carusel{width: 100vw!important;height: 40vw;} .img-carusel{width: 100vw!important;height: 41.5vw;}
.carousel-indicators li{ .carousel-indicators li{
width: 30px !important; width: 30px !important;
......
This diff is collapsed.
This diff is collapsed.
This image diff could not be displayed because it is too large. You can view the blob instead.
This image diff could not be displayed because it is too large. You can view the blob instead.
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
</container> </container>
<container class="row" style=" width: 100% !important; margin-top: 68.5vw; margin-left: 0px !important; margin-right: 0px !important;"> <container class="row" style=" width: 100% !important; margin-top: 66.1vw; margin-left: 0px !important; margin-right: 0px !important;">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel"> <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators"> <ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li> <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
...@@ -220,6 +220,7 @@ ...@@ -220,6 +220,7 @@
<div class="carousel-item active"> <div class="carousel-item active">
<img class=" img-carusel d-block w-100" src="./images/foto_1.png" alt="Second slide"> <img class=" img-carusel d-block w-100" src="./images/foto_1.png" alt="Second slide">
</div> </div>
<div class="carousel-item"> <div class="carousel-item">
<img class=" img-carusel d-block w-100" src="./images/foto_2.png" alt="Third slide"> <img class=" img-carusel d-block w-100" src="./images/foto_2.png" alt="Third slide">
</div> </div>
...@@ -229,6 +230,7 @@ ...@@ -229,6 +230,7 @@
<div class="carousel-item"> <div class="carousel-item">
<img class=" img-carusel d-block w-100" src="./images/foto_4.png" alt="Four slide"> <img class=" img-carusel d-block w-100" src="./images/foto_4.png" alt="Four slide">
</div> </div>
</div> </div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev"> <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="carousel-control-prev-icon" aria-hidden="true"></span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment