zhaw-moba2/Tasks/Task 01/navibar/navibar.html

37 lines
507 B
HTML
Raw Normal View History

2024-03-01 17:07:26 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Navibar Demo</title>
<script src="navibar.js"></script>
<style>
body {
margin: 0;
padding: 0;
}
navigation-bar {
width: 100vw;
position: fixed;
bottom: 0;
/* ... */
}
navigation-bar a img {
opacity: 0.3;
/* ... */
}
</style>
</head>
<body>
</body>
</html>