Skip to content

Commit

Permalink
képek betöltése
Browse files Browse the repository at this point in the history
  • Loading branch information
frksGeri committed Nov 26, 2024
1 parent da55e92 commit 3600b03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1 class="display-3 fw-lighter" style="font-family: 'Playfair Display', serif;"
<div class="container">
<div class="row gy-4">
<div class="col-12 col-lg-5 d-flex align-items-center">
<img src="../bootstrap/media/iStock-490313840-e1509032224907.jpg" alt=""
<img src="media/iStock-490313840-e1509032224907.jpg" alt=""
class="img-fluid rounded-4 shadow w-100">
</div>
<div class="col-12 col-lg-7">
Expand Down Expand Up @@ -149,7 +149,7 @@ <h2 class="display-5 fw-bold mb-4" style="font-family: 'Playfair Display', serif
</ul>
</div>
<div class="col-12 col-lg-4 order-1 order-lg-2 d-flex align-items-center">
<img src="../bootstrap/media/learn.jpg" class="img-thumbnail rounded shadow" alt="studies">
<img src="media/learn.jpg" class="img-thumbnail rounded shadow" alt="studies">
</div>
</div>
</div>
Expand All @@ -159,7 +159,7 @@ <h2 class="display-5 fw-bold mb-4" style="font-family: 'Playfair Display', serif
<div class="container">
<div class="row gy-4">
<div class="col-12 col-md-6">
<img src="../bootstrap/media/mm.jpg" class="img-fluid rounded shadow" alt="Amiben segíthetek">
<img src="media/mm.jpg" class="img-fluid rounded shadow" alt="Amiben segíthetek">
</div>
<div class="col-12 col-md-6 d-flex flex-column justify-content-center">
<h2 class="display-5 fw-bold mb-4 pb-4" style="font-family: 'Playfair Display', serif;">Amiben segíthetek:</h2>
Expand Down Expand Up @@ -226,7 +226,7 @@ <h2 class="text-center mb-5 fs-1 text-secondary" style="font-family: 'Playfair
</form>
</div>
<div class="col-12 col-md-5 ">
<img src="../bootstrap/media/kapcsolat_fent2.jpg" class="img-fluid rounded"
<img src="media/kapcsolat_fent2.jpg" class="img-fluid rounded"
alt="kapcsolat">
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ i{
/* Hero section reszponzív stílusok */
.hero {
position: relative;
background: url(../bootstrap/media/banner.jpg);
background: url(media/banner.jpg);
background-size: cover;
background-position: bottom;
min-height: 60vh;
Expand Down Expand Up @@ -138,7 +138,7 @@ i{

section:nth-child(4n) {
background-color: #f4f2f3;
background-image: url(../bootstrap/media/bg.png);
background-image: url(media/bg.png);
background-size: cover;
background-size: contain;
background-repeat: no-repeat;
Expand Down

0 comments on commit 3600b03

Please sign in to comment.