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

सीएसएस के साथ पृष्ठभूमि के पेंटिंग क्षेत्र को कैसे घोषित करें


CSS बैकग्राउंड-क्लिप प्रॉपर्टी का उपयोग बैकग्राउंड के पेंटिंग क्षेत्र को घोषित करने के लिए किया जाता है। आप सीएसएस के साथ बैकग्राउंड-क्लिप प्रॉपर्टी को लागू करने के लिए निम्नलिखित कोड को चलाने का प्रयास कर सकते हैं -

उदाहरण

<html>
   <head>

      <style>
         #demo {
            border: 5px dashed red;
            padding: 10px;
            background: orange;
            background-clip: padding-box;
         }
      </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 के साथ clearfix हैक के साथ फ़्लोट्स को कैसे साफ़ करें?

    CSS का उपयोग करके क्लियरफिक्स हैक के साथ फ्लोट को साफ करने के लिए, कोड इस प्रकार है - उदाहरण body { font-family:Segoe UI, Tahoma, Geneva, Verdana, sans-serif; } डिव {बॉर्डर:3पीएक्स सॉलिड आरजीबी (21, 0, 114); पैडिंग:5px; } आईएमजी {फ्लोट:दाएं; } .clearfix { अतिप्रवाह:ऑटो; }क्लियरफिक्स हैक उदाहरणबिना

  1. सीएसएस के साथ किसी तत्व के पहलू अनुपात को कैसे बनाए रखें?

    सीएसएस के साथ एक तत्व के पहलू अनुपात को बनाए रखने के लिए, कोड इस प्रकार है - उदाहरण <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style>    body{       font-family: 'S

  1. CSS के साथ प्लेसहोल्डर एट्रिब्यूट का रंग कैसे बदलें?

    CSS के साथ प्लेसहोल्डर एट्रिब्यूट का रंग बदलने के लिए, कोड इस प्रकार है - उदाहरण <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style>    body {       font-family: "