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

सेट करें कि एक तत्व को CSS के साथ कितने कॉलम में फैलाना चाहिए

<घंटा/>

यह निर्धारित करने के लिए कि किसी तत्व को कितने कॉलम में फैलाना चाहिए, कॉलम-स्पैन प्रॉपर्टी का उपयोग करें। आप कॉलम-स्पैन प्रॉपर्टी को लागू करने के लिए निम्न कोड चलाने का प्रयास कर सकते हैं:

उदाहरण

<!DOCTYPE html>
<html>
   <head>
      <style>
         .demo {
            column-count: 4;
            column-rule-color: maroon;
            column-rule-style: dashed;
         }
         h1 {
            column-span: all;
         }
      </style>
   </head>
   <body>
      <div class = "demo">
         <h1>This is our heading.</h1>
         This is demo text. This is demo text. This is demo text. This is demo text.
         This is demo text. This is demo text. This is demo text. This is demo text.
         This is demo text. This is demo text. This is demo text. This is demo text.
         This is demo text. This is demo text. This is demo text. This is demo text.
         This is demo text. This is demo text. This is demo text. This is demo text.
         This is demo text. This is demo text. This is demo text. This is demo text.
         This is demo text. This is demo text. This is demo text. This is demo text.
      </div>
   </body>
</html>

  1. CSS का उपयोग करके किसी तत्व की न्यूनतम-चौड़ाई और अधिकतम-चौड़ाई सेट करें

    किसी तत्व की न्यूनतम और अधिकतम चौड़ाई निर्धारित करने के लिए, आप निम्न कोड को चलाने का प्रयास कर सकते हैं उदाहरण <!DOCTYPE html> <html>    <head>       <style>          div {             max-width:

  1. एनिमेशन के साथ CSS कॉलम की संपत्ति बदलें

    CSS के साथ कॉलम प्रॉपर्टी पर एनिमेशन लागू करने के लिए, आप निम्न कोड को चलाने का प्रयास कर सकते हैं: उदाहरण <!DOCTYPE html> <html>    <head>       <style>          div {             width: 600px; &

  1. सीएसएस के साथ एक घंटा तत्व कैसे शैलीबद्ध करें?

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