🔒 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
  • 805
    Views
  • 7
    Participants
Last reply from:
Jmrie_

Trending Topics

Online now

Members online
1,040
Guests online
1,685
Total visitors
2,725

Forum statistics

Threads
2,286,587
Posts
29,038,773
Members
1,217,059
Latest member
sha yens
Back
Top