Skip to content
Open
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
19 changes: 16 additions & 3 deletions assets/css/estilos.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,35 @@ body {
font-family: "Raleway", sans-serif;
}

/* navbar */

.navbar-brand img {
width: 150px;
height: auto;
}


/* Hero Section */

#Hero-Section {
background-image: url("../img/bg-hero.jpg");
background-image: url("../img/hero-img.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: left;
background-position: center;
}

/* Mis trabajos */

.card {
height: 100%;
}

#Mis-trabajos .image-top {
height: 250px;
height: 200px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
object-fit: cover;
}

/* Contacto */
Expand Down
Binary file added assets/img/cupones-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/hero-img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/iguana-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/landing-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
419 changes: 222 additions & 197 deletions index.html

Large diffs are not rendered by default.