body background image in html
body {
background-image: url('img_girl.jpg');
}
body background image in html
body {
background-image: url('img_girl.jpg');
}
how to set background image in html
<!-- Add image by a HTML element: -->
<div style="background-image: url('img.jpg');">
<!-- Add image by a <style> element: -->
<style>
div { background-image: url('img.jpg'); }
</style>
<!-- Add to the entire body: -->
<style>
body { background-image: url('img.jpg'); }
</style>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us