|
|
If you want the background image to stretch to fit the entire element, you can set the |
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url('https://itupto.com/uploads/demo/2023-09-09-14-46-00-untitled.jpeg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
</head>
<body>
<h2>Background Stretch</h2>
<p>Set the background-size property to "100% 100%" and the background image will be stretched to cover the entire element, in this case the body element.</p>
</body>
</html>
Category: | Web Tutorial |
Sub Category: | HTML Background Images |
Uploaded by: | Admin |
Read Articlehttps://develop.horje.com/learn/1434/reference