.css backgroun.
.background colour hindi
.background images hindi
css background-css background तत्वों के लिए background effect परिभाषित करने के लिए उपयोग किया जाता है।
css background properies-
1 background colour
2 background images
background colur-
specific background colur related. use background colur style.
exa-
body
{
background-color:gold;
}
css different background colur set-use different background <h> <div> and <P> element
exa-
h1 {
background-color: green;
}
div {
background-color: red;
}
p {
background-color: gold;
}
background images-
background images me css ke dawara image ko background me use karte hai.isme background image property link di jati hai..
exa-
body {
background-image: url(www.hdimages.com/walls/images/download.jpg);
}

No comments:
Post a Comment