Important Notice:

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

iii. W3-panel for Alert Message:- अलर्ट display करने के लिए w3-panel class एकदम सही है। अलर्ट अक्सर strong color का उपयोग करके प्रदर्शित किए जाते हैं।

 

iii. W3-panel for Alert Message:- the w3-panel class is perfect for displaying alerts. Alerts are often displayed using strong color.

 

Example:

<div class=”w3-panel w3-red”>

    <h3>Danger!</h3>

    <p>Red often indicates a dangerous or negative situation.</p>

  </div>

 

error: Content is protected !!