Full Screen Background Image Using HTML & CSS
<!DOCTYPE html>
<html>
<head>
<style>
body{
background-image: url(bridge.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
</style>
</head>
<body></body>
</html>
Confused Student May 13, 2022 0
Full Screen Background Image Using HTML & CSS
<!DOCTYPE html>
<html>
<head>
<style>
body{
background-image: url(bridge.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
</style>
</head>
<body></body>
</html>
TOP
© Confused Student Confused Student .
No comments :
Post a Comment