css3 buttons
go to this link and see the live example of css buttons https://jsfiddle.net/csszilla/ssgp6mwr/8/ html code <div class="text_slider"> <span class="outer_round_button"> <span class="round_button"> <p style="color:white";>csszilla</p> </span> </span> <span class="outer_round_button red_circle"> <span class="round_button"> <p style="color:white";>csszilla</p> </span> </span> <span class="outer_round_button green_circle"> <span class="round_button"> <p style="color:white";>csszilla</p> </span> </span> <css code> .outer_round_button{...