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

CSS3 मल्टी-कॉलम नियम-शैली की संपत्ति

<घंटा/>

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

उदाहरण

<html>
   <head>
      <style>
         .multi {
            /* Column count property */
            -webkit-column-count: 4;
            -moz-column-count: 4;
            column-count: 4;
           
            /* Column gap property */
            -webkit-column-gap: 40px;
            -moz-column-gap: 40px;
            column-gap: 40px;
           
            /* Column style property */
            column-rule-style: solid;
            column-rule-color: #ff00ff;
         }
      </style>
   </head>
   <body>
      <div class = "multi">
         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.
      </div>
   </body>
</html>

  1. CSS3 में कॉलम नियम सेट करना

    कॉलम नियम सेट करने के लिए, शॉर्टहैंड कॉलम-नियम प्रॉपर्टी का उपयोग करें, जो आपको निम्नलिखित गुण सेट करने की अनुमति देता है - कॉलम-नियम-चौड़ाई:कॉलम के बीच नियम की चौड़ाई सेट करेंकॉलम-नियम-शैली:कॉलम के बीच नियम की शैली सेट करेंकॉलम-नियम-रंग:कॉलम के बीच नियम का नियम सेट करें कॉलम नियमों का मान इस प्रका

  1. CSS3 ट्रांज़िशन शॉर्टहैंड प्रॉपर्टी

    ट्रांज़िशन शॉर्टहैंड प्रॉपर्टी हमें ट्रांज़िशन-प्रॉपर्टी, ट्रांज़िशन-अवधि, ट्रांज़िशन-टाइमिंग फ़ंक्शन और ट्रांज़िशन-देरी को एक लाइन में ट्रांज़िशन प्रॉपर्टी के मान के रूप में निर्दिष्ट करने की अनुमति देती है। CSS में ट्रांज़िशन शॉर्टहैंड प्रॉपर्टी के लिए कोड निम्नलिखित है - उदाहरण <!DOCTYPE html

  1. एचटीएमएल डोम कॉलम अवधि संपत्ति

    HTML DOM कॉलम स्पैन गुण HTML में तत्व के अंदर colspan विशेषता से जुड़ा है। colSpan गुण का उपयोग करके हम किसी तालिका के colspan विशेषता को सेट या वापस कर सकते हैं। colspan विशेषता का उपयोग संख्या बनाने के लिए किया जाता है। उन स्तंभों की संख्या जिनमें एक तालिका का विस्तार होना चाहिए। सिंटैक्स − . के