GIS-2020-SoSe/Aufgaben/Aufgabe_04_2020-05-20/shop.html

45 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link rel="stylesheet" href="shop.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>green grass</title>
</head>
<body>
<header>
<div class="title_bar">
<img src="files/grass_icon_left.png" alt="grass"/>
<span>GREEEN GRASS</span>
<img src="files/grass_icon_right.png" alt="grass"/>
</div>
<div id="bottom">
<div class="dropdown">
<span>Categories</span>
<ul class="dropdown-content">
<li><a href="#">~ Eins ~</a></li>
<li><a href="#">~ Zwei ~</a></li>
<li><a href="#">~ Drei ~</a></li>
</ul>
</div>
<div id="shopping_cart">
<a href=""><i class="fas fa-shopping-cart" style='font-size:24px'></i></a>
</div>
</div>
</header>
<div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
Hallo
</div>
<footer>
<h1>Disclaimer</h1>
<p>Diese Website wird nicht monetär verwendet </p>
<p>Auch nicht, wenn hier vermeintlich Sachen verkauft werden!</p>
</footer>
</body>
</html>