Important Notice:

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

Colored Navigation Bars

            नेविगेशन बार में रंग जोड़ने के लिए w3-color class का उपयोग किया जाता है

        Use a w3-color class to add a color to the navigation bar:

 

<div class=”w3-bar w3-green”>

  <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 !!