produkte
parent
3d6c383bea
commit
4c5087969d
|
@ -107,6 +107,11 @@ header > p {
|
|||
border: #606060 1px solid;
|
||||
}
|
||||
|
||||
.produkte{
|
||||
margin: 10px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.button_produkte {
|
||||
background-color: #476B1C;
|
||||
color: white;
|
||||
|
|
|
@ -0,0 +1,49 @@
|
|||
<!doctype html>
|
||||
<html lang="de">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Second Harvest</title>
|
||||
<link rel="stylesheet" href="css/desktop.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<div class="header_logo">
|
||||
<a href="index.html">
|
||||
<img src="pictures/logo_secondharvest_transparent.png" width="200" alt="Second Harvest Logo"></a>
|
||||
</div>
|
||||
<h1>Second Harvest</h1>
|
||||
<p>Gib Lebensmitteln eine zweite Chance</p>
|
||||
<nav class="navbar" style="--items: 4;">
|
||||
<a href="ueber_uns.html">Über uns</a>
|
||||
<a href="produkte.html">Produkte</a>
|
||||
|
||||
<a href="warenkorb.html">Warenkorb</a>
|
||||
<a href="kontakt.html">Kontakt</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<div class="content">
|
||||
<h1> Produkte</h1>
|
||||
|
||||
<a class="produkte">
|
||||
<img src="pictures/karotten.png" width="250" height="250" alt="Karotten"></a>
|
||||
<a class="produkte">
|
||||
<img src="pictures/sellerie.png" width="250" height="250" alt="Sellerie"></a>
|
||||
<a class="produkte">
|
||||
<img src="pictures/birnen.png" width="250" height="250" alt="Birnen"></a>
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<nav class="navbar" style="--items: 2;">
|
||||
<a href="impressum.html">Impressum</a>
|
||||
<a href="datenschutz.html">Datenschutz</a>
|
||||
</nav>
|
||||
<div id="balken"></div>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue