update 3 images and css
This commit is contained in:
parent
ad08807377
commit
d00e0bbe85
BIN
assets/images/forklift.png
Normal file
BIN
assets/images/forklift.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 KiB |
@ -8,23 +8,27 @@ body, html {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header nav {
|
||||||
background-color: #333;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
header nav ul {
|
header nav ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: row;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
header nav ul li {
|
header nav ul li {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: unset;
|
margin: unset;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
header nav ul li a, header nav ul li p {
|
header nav ul li a, header nav ul li p {
|
||||||
@ -68,13 +72,14 @@ header nav ul li .submenu li a {
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer, header {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
color: white;
|
color: white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
9
stranky/galeria.html
Normal file
9
stranky/galeria.html
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<div class="gallery-entry">
|
||||||
|
<p>Môj forklift</p>
|
||||||
|
<img src="/assets/images/forklift.png" width='1500' height="1051" alt="forklift">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="gallery-entry">
|
||||||
|
<p>Môj forklift</p>
|
||||||
|
<img src="/assets/images/forklift.png" width='1500' height="1051" alt="forklift">
|
||||||
|
</div>
|
@ -1 +1 @@
|
|||||||
<h1>Pokročilá služba obsahuje všetko čo zákazník si požiada</h1>
|
<h1>Pokročilá služba obsahuje všetko čo si zákazník požiada</h1>
|
@ -3,6 +3,7 @@
|
|||||||
<li><a href="/index">Domovská stránka</a></li>
|
<li><a href="/index">Domovská stránka</a></li>
|
||||||
<li><a href="/onas">O nás</a></li>
|
<li><a href="/onas">O nás</a></li>
|
||||||
<li><a href="/kontakt">Kontakt</a></li>
|
<li><a href="/kontakt">Kontakt</a></li>
|
||||||
|
<li><a href="/galeria">Galéria</a></li>
|
||||||
<li class="dropdown">
|
<li class="dropdown">
|
||||||
<p>Služby</p>
|
<p>Služby</p>
|
||||||
<ul class="submenu">
|
<ul class="submenu">
|
||||||
|
Loading…
Reference in New Issue
Block a user