html
css
<div class=all>
.all {
background:#; }
Hintergrundfarbe
<div class=all>
.all {
background-image:url();
background-repeat: no-repeat;
background-position: top left;
background-position: 12px 34px;
background-attachment: fixed; }
Hintergrundbild
<body>
body {
background-image:url();
background-repeat: repeat;
background-position: top left;
background-position: 12px 34px;
background-attachment: fixed; }
Hintergrundbild
Kachelmuster