Autoresize Background

Impostare lo sfondo adattivo:

<style type="text/css">
html, body {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  left: 0px;
}
body {
  overflow: hidden;
}
#background {
  width: 100%;
  height: 100%;
}

</style>
</head>
<body>
<img id="background" alt="background" src="flower-wallpaper.jpg">

Related posts

Un testo di prova, Lorem ipsum dolor sit amet

Come disattivare il tasto destro del mouse su un sito internet

HTTPS e HTTP, significato e differenze