🔒 Closed Ask po.. about html

Status
Not open for further replies.

Jmrie_

in memoriam 1995-2021
Legendary
paano po malalagyan ng pic yung buong webpage ng browser ko kasi po nag code ako kaso di ko alam if masakto ba yung buong image dun sa webpage eto po kasi gusto ko

sana po my makatulong
 

Attachments

  • 616bb90a-7e83-4504-8b4f-9a3e1e1c71fe.fd34435b-2a10-4002-b661-8aa0639145c2.png
    616bb90a-7e83-4504-8b4f-9a3e1e1c71fe.fd34435b-2a10-4002-b661-8aa0639145c2.png
    66.6 KB · Views: 1
css . sample

body, html {
height: 100%;
}

.bg {
/* The image used */
background-image: url("img_girl.jpg");

/* Full height */
height: 100%;

/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
 
css . sample

body, html {
height: 100%;
}

.bg {
/* The image used */
background-image: url("img_girl.jpg");

/* Full height */
height: 100%;

/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
thanks po dito
 
gamit ka ng css ts lage mo sa withinn sa head tag mo

<style>
body{ background-image:url("insert image url here");
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat;
}
</style>
 
Status
Not open for further replies.

About this Thread

  • 18
    Replies
  • 798
    Views
  • 7
    Participants
Last reply from:
Jmrie_

Online now

Members online
1,004
Guests online
1,163
Total visitors
2,167

Forum statistics

Threads
2,276,157
Posts
28,967,932
Members
1,231,140
Latest member
KarlKARL
Back
Top