Änderungen vereinheitlichung Bild und Grenzen Ränder
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user