buttons again
This commit is contained in:
parent
5b5cf90e74
commit
b8d091dfb5
1 changed files with 7 additions and 4 deletions
11
index.html
11
index.html
|
@ -59,7 +59,10 @@ img {
|
||||||
#gal4 {grid-area: bb;}
|
#gal4 {grid-area: bb;}
|
||||||
#gal5 {grid-area: bc;}
|
#gal5 {grid-area: bc;}
|
||||||
.gal {margin: 2.5%;flex-grow: 1;}
|
.gal {margin: 2.5%;flex-grow: 1;}
|
||||||
.foot {display: inline-block;}
|
.foot {
|
||||||
|
display: inline-block;
|
||||||
|
font-family: xenippa;
|
||||||
|
}
|
||||||
#counter {margin-left: 2%; margin-right: 2%;}
|
#counter {margin-left: 2%; margin-right: 2%;}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -127,9 +130,9 @@ img {
|
||||||
<div id="gal4" class="gal"> </div>
|
<div id="gal4" class="gal"> </div>
|
||||||
<div id="gal5" class="gal"> </div>
|
<div id="gal5" class="gal"> </div>
|
||||||
</div>
|
</div>
|
||||||
<button class="foot" id="lgal"><a clas="xnp">Předchozí</a></button>
|
<button class="foot" id="lgal"><p>Předchozí</p></button>
|
||||||
<p class="foot xnp" id="counter"> </p>
|
<p class="foot" id="counter"> </p>
|
||||||
<button class="foot" id="rgal"><a clas="xnp">Další</a></button>
|
<button class="foot" id="rgal"><p>Další</p></button>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
let index = 0;
|
let index = 0;
|
||||||
|
|
Loading…
Reference in a new issue