Important Notice:

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

Bordered Navigation Bars

            नेविगेशन बार के चारों ओर बॉर्डर जोड़ने या इसे कार्ड के रूप में प्रदर्शित करने के लिए w3-border या w3-card क्लास का उपयोग करें:

           Use a w3-border or w3-card class to add borders around the navigation bar, or to display it as a card:

 

<div class=”w3-bar w3-border w3-card-4 w3-light-grey”>
<a href=”#” class=”w3-bar-item w3-button w3-border-right”>Home</a>
<a href=”#” class=”w3-bar-item w3-button w3-border-right”>About</a>
<a href=”#” class=”w3-bar-item w3-button w3-border-right”>Course</a>
<a href=”#” class=”w3-bar-item w3-button w3-border-right”>Gallary</a>
</div>

 

error: Content is protected !!