Important Notice:

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

Vertical Navigation Bar

            W3-बार-ब्लॉक क्लास HTML एलिमेंट को vertically रूप से प्रदर्शित करने के लिए एक कंटेनर है।

        The w3-bar-block class is a container for displaying HTML elements vertically.

 

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

 

error: Content is protected !!