Сегодня: 04.07.2022 - 05:55:19
Страницы: 1 Объявление |
---|
Здесь можно разместить рекламу, важное объявление.'
|
Автор | Сообщение |
---|
Админ •
А
|
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> body, html { height: 100%; margin: 0; } .bg { /* The image used */ background-image: url("img_girl.jpg"); /* Full height */ height: 50%; /* Center and scale the image nicely */ background-position: center; background-repeat: no-repeat; background-size: cover; } </style> </head> <body> <div class="bg"></div> <p>This example creates a half page background image. Try to resize the browser window to see how it always will cover 50% of the screen, and that it scales nicely on all screen sizes.</p> </body> </html> | |
|
Сообщение # 1 |
20.03.22 - 16:53:24
|  | Страницы: 1
|