Änderungen vereinheitlichung Bild und Grenzen Ränder

This commit is contained in:
ja
2021-11-16 16:47:33 +01:00
parent f9107e9aba
commit 69896076dd
3 changed files with 15 additions and 13 deletions

View File

@@ -73,16 +73,18 @@
<link rel="SHORTCUT ICON" href="images/Icons/favicon/favicon.ico" />
<!-- <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;
width:390px;
}
<style>
@media (max-width: 558.98px) {
body {
background-image: url(images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #fff;
width: 390px;
}
}
</style>
<script src="js/netzwerk.js" type="text/javascript"></script>