Important Notice:

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

Left and Right Buttons

            बटनों को बाईं या दाईं ओर फ़्लोट करने के लिए .w3-left class और .w3-right class का उपयोग करें:

            Use the .w3-left class and the .w3-right class to float buttons to the left or to the right

<div class=”w3-bar”>
  <button class=”w3-button w3-left”>Left</button>
  <button class=”w3-button w3-right”>Right</button>
</div>

 

error: Content is protected !!