merge fix fiam
This commit is contained in:
20
index.html
20
index.html
@@ -26,32 +26,32 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<!-- Carousel -->
|
<!-- Carousel -->
|
||||||
<div id="demo" class="carousel slide" data-bs-ride="carousel">
|
<div id="carousel" class="carousel slide" data-bs-ride="carousel">
|
||||||
|
|
||||||
<!-- Indicators/dots -->
|
<!-- Indicators/dots -->
|
||||||
<div class="carousel-indicators">
|
<div class="carousel-indicators">
|
||||||
<button type="button" data-bs-target="#demo" data-bs-slide-to="0" class="active"></button>
|
<button type="button" data-bs-target="#carousel" data-bs-slide-to="0" class="active"></button>
|
||||||
<button type="button" data-bs-target="#demo" data-bs-slide-to="1"></button>
|
<button type="button" data-bs-target="#carousel" data-bs-slide-to="1"></button>
|
||||||
<button type="button" data-bs-target="#demo" data-bs-slide-to="2"></button>
|
<button type="button" data-bs-target="#carousel" data-bs-slide-to="2"></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- The slideshow/carousel -->
|
<!-- The slideshow/carousel -->
|
||||||
<div class="carousel-inner">
|
<div class="carousel-inner">
|
||||||
<div class="carousel-item active">
|
<div class="carousel-item active">
|
||||||
<img src="res/test pics/1151707.jpg" alt="Los Angeles" class="d-block w-100">
|
<img src="res/bereg/1.png" alt="Los Angeles" class="kep d-block w-75">
|
||||||
</div>
|
</div>
|
||||||
<div class="carousel-item">
|
<div class="carousel-item">
|
||||||
<img src="res/test pics/1168140.jpg" alt="Chicago" class="d-block w-100">
|
<img src="res/bereg/2.png" alt="Chicago" class="kep d-block w-75">
|
||||||
</div>
|
</div>
|
||||||
<div class="carousel-item">
|
<div class="carousel-item">
|
||||||
<img src="res/test pics/1168382.jpg" alt="New York" class="d-block w-100">
|
<img src="res/bereg/3.png" alt="New York" class="kep d-block w-75">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Left and right controls/icons -->
|
<!-- Left and right controls/icons -->
|
||||||
<button class="carousel-control-prev" type="button" data-bs-target="#demo" data-bs-slide="prev">
|
<button class="carousel-control-prev" type="button" data-bs-target="#carousel" data-bs-slide="prev">
|
||||||
<span class="carousel-control-prev-icon"></span>
|
<span class="carousel-control-prev-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
<button class="carousel-control-next" type="button" data-bs-target="#demo" data-bs-slide="next">
|
<button class="carousel-control-next" type="button" data-bs-target="#carousel" data-bs-slide="next">
|
||||||
<span class="carousel-control-next-icon"></span>
|
<span class="carousel-control-next-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
<iframe id="facebook"></iframe>
|
<iframe id="facebook"></iframe>
|
||||||
</aside>
|
</aside>
|
||||||
<aside id="right">
|
<aside id="right">
|
||||||
<iframe id="instagramm"></iframe>
|
<iframe id="instagram"></iframe>
|
||||||
</aside>
|
</aside>
|
||||||
<div id="idezetek">
|
<div id="idezetek">
|
||||||
<!--Idezetek helye-->
|
<!--Idezetek helye-->
|
||||||
|
|||||||
18
style.css
18
style.css
@@ -10,25 +10,29 @@ li{
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul{
|
ul{
|
||||||
margin-left: 20%;
|
/*margin-left: 20%;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
li{
|
li{
|
||||||
border-top: 1px solid black;
|
|
||||||
border-bottom: 1px solid black;
|
|
||||||
}
|
}
|
||||||
li:first-child{
|
li:first-child{
|
||||||
border-left: 1px solid black;
|
border-left: 1px solid white;
|
||||||
|
margin-left: 20%;
|
||||||
}
|
}
|
||||||
li:last-child{
|
li:last-child{
|
||||||
border-right: 1px solid black;
|
border-right: 1px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav{
|
nav{
|
||||||
color: white;
|
color: white;
|
||||||
background-color: black;
|
background-color: rgb(49, 49, 49);
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 25%;
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kep{
|
||||||
|
margin-left: 13%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.partner{
|
.partner{
|
||||||
|
|||||||
Reference in New Issue
Block a user