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

images

parent e06869d6
......@@ -80,9 +80,11 @@ footer{
font-size: 1.4vw;
}
.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-repeat: no-repeat;
/* background-color: #343b3b;*/
}
.formulario{
width: 32vw;
......@@ -173,7 +175,7 @@ footer{
text-align: center;
width: 100%;
}
.img-carusel{width: 100vw!important;height: 40vw;}
.img-carusel{width: 100vw!important;height: 41.5vw;}
.carousel-indicators li{
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 @@
</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">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
......@@ -220,6 +220,7 @@
<div class="carousel-item active">
<img class=" img-carusel d-block w-100" src="./images/foto_1.png" alt="Second slide">
</div>
<div class="carousel-item">
<img class=" img-carusel d-block w-100" src="./images/foto_2.png" alt="Third slide">
</div>
......@@ -229,6 +230,7 @@
<div class="carousel-item">
<img class=" img-carusel d-block w-100" src="./images/foto_4.png" alt="Four slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<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