Änderungen bzw neuerstellung CSS Dateien

This commit is contained in:
ja
2021-08-27 09:07:11 +02:00
parent 23809a7c92
commit f5f96df940
5 changed files with 221 additions and 186 deletions

View File

@@ -74,7 +74,14 @@
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
<link rel="stylesheet" type="text/css" href="css/Dropdown.css" />
<style>
body {
background-image: url(images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #fff;
}
</style>
<script src="js/netzwerk.js" type="text/javascript"></script>