Important Notice:

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

Responsive Navigation

               w3-mobile class किसी भी बार एलिमेंट को responsive बनाता है (बड़ी स्क्रीन पर horizontal और छोटी स्क्रीन पर vertical)

                The w3-mobile class makes any bar elements responsive (horizontal on large screens and vertical on small)

 

<div class=”w3-bar w3-black”>
  <a href=”#” class=”w3-bar-item w3-button w3-mobile”>Home</a>
  <a href=”#” class=”w3-bar-item w3-button w3-mobile”>Link 1</a>
  <a href=”#” class=”w3-bar-item w3-button w3-mobile”>Link 2</a>
  <a href=”#” class=”w3-bar-item w3-button w3-mobile”>Link 3</a>
</div>

 

 

 

error: Content is protected !!