Skip to content

Commit

Permalink
changes from master fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
M-nogales committed Feb 9, 2024
1 parent 35ae93c commit 7a1d0e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions css/integration.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@
.noemi-select:hover {
background-color: #80cdde;
}
.card{
background-color: var(--main-White);
.integration-bg{
background-color: #fff;
}

.card-shadow-integration {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.6);
}
Expand Down
12 changes: 6 additions & 6 deletions integracionsocial.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<title>Integración Social</title>
</head>

<body>
<body class="integration-bg">
<nav class="navbar navbar-expand-lg navbar-light bg-blueilerna custom-navbar">
<div class="container-xxl">
<a class="navbar-brand" href="index.html">
Expand Down Expand Up @@ -204,8 +204,8 @@ <h1 class="mb-3">Integración Social</h1>
<!-- CARDS -->
<div class="container p-5 mt-2">
<!-- Cristina -->
<div class="card mb-5 mt-5 card-shadow-integration">
<div class="row no-gutters">
<div class="card integration-bg mb-5 mt-5 card-shadow-integration">
<div class="row no-gutters ">
<div class="col-md-4 d-flex justify-content-center justify-content-lg-center justify-content-xl-start">
<img src="Resources/img/img_Personal-4-3/cristina_DxO.jpg" class="img-fluid rounded-start">
</div>
Expand Down Expand Up @@ -244,7 +244,7 @@ <h5 class="h35 mb-1">Algo sobre ti</h5>
</div>
</div>
<!-- Maria -->
<div class="card card-shadow-integration mb-5">
<div class="card integration-bg card-shadow-integration mb-5">
<div class="row no-gutters">
<div class="col-md-4 d-flex justify-content-center justify-content-lg-center justify-content-xl-start">
<img src="Resources/img/img_Personal-4-3/mariat_DxO.jpg" class="img-fluid rounded-start">
Expand Down Expand Up @@ -285,7 +285,7 @@ <h5 class="h35 mb-1">Algo sobre ti</h5>
</div>
</div>
<!-- Lourdes -->
<div class="card mb-5 mt-3 card-shadow-integration">
<div class="card integration-bg mb-5 mt-3 card-shadow-integration">
<div class="row no-gutters">
<div class="col-md-4 d-flex justify-content-center justify-content-lg-center justify-content-xl-start">
<img src="Resources/img/img_Personal-4-3/lourdes_DxO.jpg" class="img-fluid rounded-start">
Expand Down Expand Up @@ -324,7 +324,7 @@ <h5 class="h35 mb-1">Algo sobre ti</h5>
</div>
</div>
<!-- Noemi -->
<div class="card mb-5 mt-3 card-shadow-integration">
<div class="card integration-bgmb-5 mt-3 card-shadow-integration">
<div class="row no-gutters">
<div class="col-md-4 d-flex justify-content-center justify-content-lg-center justify-content-xl-start">
<img src="Resources/img/img_Personal-4-3/noemi_DxO.jpg" class="img-fluid rounded-start">
Expand Down

0 comments on commit 7a1d0e3

Please sign in to comment.