Important Notice:

Course Content
CSS Framework (Chapter- 5) M2-R5.1
About Lesson

iv. W3-panel for cards:- जब आप कार्ड के बारे में बात करते हैं तो आपके दिमाग में ग्रीटिंग कार्ड और बिजनेस कार्ड आता है css card का उपयोग Effect बनाने के लिए किया जाता है यह कंटेनर के साथ शैडो बार्डर में आता है कार्ड को बनाने के लिए w3-card-x का उपयोग किया जाता है जहां x का मतलब शैडो बार्डर का number of pixels है। यह 2, 4 होता है

 

iv. W3-panel for cards:- when you are talk about cards that you came in your minds are greeting cards or business. W3.CSS cards are used to create effects like these. These are containers with shadowed border. To create these cards it used w2-card-x where x is the number of pixels of shadowed border. It can be 2, 4. you can add containers within a card div. To create multiple sections within a card.

 

Example:

 

<div class=”w3-panel w3-blue w3-card-4″>

    <p>London is the most populous city in the United Kingdom,

    with a metropolitan area of over 9 million inhabitants.</p>

  </div>

 

error: Content is protected !!