Line 22: | Line 22: | ||
float:left; | float:left; | ||
margin:0 20px 0 20px !important; | margin:0 20px 0 20px !important; | ||
+ | } | ||
+ | .months-menu btn-info { | ||
+ | padding:15px 25px; | ||
} | } | ||
</style> | </style> | ||
Line 28: | Line 31: | ||
<div class="row"> | <div class="row"> | ||
<ul class="months-menu"> | <ul class="months-menu"> | ||
− | <li><a href="#" class="btn btn-info" role="button" > | + | <li><a href="#" class="btn btn-info" role="button" >February</a></li> |
− | <li><a href="#" class="btn btn-info" role="button" > | + | <li><a href="#" class="btn btn-info" role="button" >March</a></li> |
− | <li><a href="#" class="btn btn-info" role="button" > | + | <li><a href="#" class="btn btn-info" role="button" >April</a></li> |
− | <li><a href="#" class="btn btn-info" role="button" > | + | <li><a href="#" class="btn btn-info" role="button" >May</a></li> |
− | <li><a href="#" class="btn btn-info" role="button" > | + | <li><a href="#" class="btn btn-info" role="button" >June</a></li> |
− | <li><a href="#" class="btn btn-info" role="button" > | + | <li><a href="#" class="btn btn-info" role="button" >July</a></li> |
+ | <li><a href="#" class="btn btn-info" role="button" >August</a></li> | ||
+ | <li><a href="#" class="btn btn-info" role="button" >Experiments</a></li> | ||
</ul> | </ul> |
Revision as of 16:03, 6 October 2018
Notebook
February
In this example we have added a "plus" sign to each button. When the user clicks on the button, the "plus" sign is replaced with a "minus" sign.
March
In this example we have added a "plus" sign to each button. When the user clicks on the button, the "plus" sign is replaced with a "minus" sign.
April
In this example we have added a "plus" sign to each button. When the user clicks on the button, the "plus" sign is replaced with a "minus" sign.
May
In this example we have added a "plus" sign to each button. When the user clicks on the button, the "plus" sign is replaced with a "minus" sign.
June
In this example we have added a "plus" sign to each button. When the user clicks on the button, the "plus" sign is replaced with a "minus" sign.
July
In this example we have added a "plus" sign to each button. When the user clicks on the button, the "plus" sign is replaced with a "minus" sign.
August
In this example we have added a "plus" sign to each button. When the user clicks on the button, the "plus" sign is replaced with a "minus" sign.
Experiments
In this example we have added a "plus" sign to each button. When the user clicks on the button, the "plus" sign is replaced with a "minus" sign.