Computer >> कंप्यूटर >  >> प्रोग्रामिंग >> CSS

सीएसएस पृष्ठभूमि संपत्ति


CSS बैकग्राउंड प्रॉपर्टी का इस्तेमाल बैकग्राउंड इमेज के सभी गुणों को एक सेक्शन में सेट करने के लिए किया जाता है। आप सीएसएस में बैकग्राउंड प्रॉपर्टी को लागू करने के लिए निम्न कोड चलाने की कोशिश कर सकते हैं -

उदाहरण

<html>
   <head>

      <style>
         #demo {
            background: lightblue url("https://www.tutorialspoint.com/css/images/css-mini-logo.jpg") no-repeat fixed top;
         }
      </style>

   </head>
   <body>
      <div id="demo">
         <h1>www.tutorialspoint.com</h1>
         <p>Tutorials Point originated from the idea that there exists a class of readers who respond better to online content and prefer to learn new skills at
            their own pace from the comforts of their drawing rooms. The journey commenced with a single tutorial on HTML in 2006 and elated by the response it generated,
            we worked our way to adding fresh tutorials to our repository which now proudly flaunts a wealth of tutorials and allied articles on
            topics ranging from programming languages to web designing to academics and much more..</p>
      </div>
   </body>

</html>

  1. CSS टैब-आकार की संपत्ति

    टैब-आकार का उपयोग करें एक टैब चरित्र की चौड़ाई निर्धारित करने के लिए सीएसएस में संपत्ति। आप टैब-आकार की संपत्ति को लागू करने के लिए निम्न कोड चलाने का प्रयास कर सकते हैं उदाहरण <!DOCTYPE html> <html>    <head>       <style>        

  1. CSS उपयोगकर्ता-चयन संपत्ति

    CSS का उपयोग करें उपयोगकर्ता-चयन संपत्ति सेट करने के लिए कि क्या तत्व का पाठ सीएसएस के साथ चुना जा सकता है या नहीं उदाहरण <!DOCTYPE html> <html>    <head>       <style>          div {            

  1. सीएसएस में पृष्ठभूमि आशुलिपि संपत्ति

    CSS बैकग्राउंड शॉर्टहैंड प्रॉपर्टी का इस्तेमाल किसी एलीमेंट के लिए बैकग्राउंड को परिभाषित करने के लिए किया जाता है। बैकग्राउंड-कलर, बैकग्राउंड-इमेज, बैकग्राउंड-रिपीट, बैकग्राउंड-पोजिशन, बैकग्राउंड-क्लिप, बैकग्राउंड-साइज, बैकग्राउंड-ओरिजिन और बैकग्राउंड-अटैचमेंट एक साथ CSS बैकग्राउंड प्रॉपर्टीज को शा