12345678910111213141516 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>Фон</title>
- <style>
- body {
- background: url(/Romanenko HW2/images/donut.png) 90% 90% no-repeat fixed,
- url(/Romanenko HW2/images/lamp.png) 40% 40% no-repeat fixed,
- url(/img/grace.png) no-repeat fixed;
- background-size: auto, auto, cover; /* Меняем масштаб */
- }
- </style>
- </head>
- <body></body>
- </html>
|