Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Contextual classes

    • 0
    • 1
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 349
    Comment on it

    Contextual classes

    In bootstrap we can create color table rows and cells with the help of contextual classes such as active,success,info,warning,danger.

    1. <!-- On rows -->
    2. <tr class="active">...</tr>
    3. <tr class="success">...</tr>
    4. <tr class="warning">...</tr>
    5. <tr class="danger">...</tr>
    6. <tr class="info">...</tr>
    7.  
    8. <!-- On cells (`td` or `th`) -->
    9. <tr>
    10. <td class="active">...</td>
    11. <td class="success">...</td>
    12. <td class="warning">...</td>
    13. <td class="danger">...</td>
    14. <td class="info">...</td>
    15. </tr>

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: