update
This commit is contained in:
BIN
javascript/mozi.zip
Normal file
BIN
javascript/mozi.zip
Normal file
Binary file not shown.
@@ -9,9 +9,9 @@
|
||||
</head>
|
||||
<body onload="ulohelyekGeneralas()">
|
||||
<div class="container-fluid">
|
||||
<nav>
|
||||
<nav class="sticky-top">
|
||||
<div class="flex-container2 container-fluid"><!--masik flexbox, a navmenuk divek lesznek-->
|
||||
<p>Mozis mozi mozizó</p>
|
||||
<div id="nev">Mozis mozi mozizó</div>
|
||||
<div id="kezdolap"><a href="">Kezdőlap</a></div>
|
||||
<div id="mozimusor"><a href="">Moziműsor</a></div>
|
||||
<div id="programok"><a href="">Programok</a></div>
|
||||
@@ -30,11 +30,12 @@
|
||||
<div id="filmKezdet"></div>
|
||||
</div>
|
||||
<div class="flex-container container-fluid" id="szekek"></div>
|
||||
<button class="btn btn-primary">Vásárlás</button><br><br>
|
||||
</main>
|
||||
<footer>
|
||||
<div id="elerhetosegek">
|
||||
bsad
|
||||
</div>
|
||||
<footer >
|
||||
<div id="Cim">4025 Debrecen, Miklós utca 1.</div>
|
||||
<div id="telszam">+36 12 456-789</div>
|
||||
<div id="email">mmm@info.com</div>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
@@ -105,5 +105,5 @@ function legutobbiFoglalasVisszaMondas(){
|
||||
ulohelyek[sor][szek] = 0;
|
||||
}
|
||||
szekek = null;
|
||||
legutobbiFoglalas = null;
|
||||
legutobbiFoglalas = "";
|
||||
}
|
||||
@@ -12,8 +12,19 @@ nav{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
footer{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
padding: 1%;
|
||||
background-color: darkolivegreen;
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
footer div{
|
||||
margin-right: 6%;
|
||||
}
|
||||
|
||||
.flex-container2{
|
||||
@@ -21,7 +32,7 @@ footer{
|
||||
/*background-color: yellow;*/
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: end;
|
||||
justify-content: center;
|
||||
padding: 1%;
|
||||
}
|
||||
|
||||
@@ -29,19 +40,24 @@ footer{
|
||||
background-color: cadetblue;
|
||||
/*width: 5%;*/
|
||||
margin: 1%;
|
||||
margin-right: 5%;
|
||||
padding: 1%;
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.flex-container2 p{
|
||||
justify-content: flex-start;
|
||||
font-weight: 600;
|
||||
font-size: 30px;
|
||||
padding-top: 0.6%;
|
||||
line-height: 75px;
|
||||
#nev{
|
||||
background-color: darkolivegreen;
|
||||
/*width: 5%;*/
|
||||
margin: 1%;
|
||||
margin-right: 5%;
|
||||
padding: 1%;
|
||||
text-align: center;
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.flex-container {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user