Designed by: Mauricio Bucardo
Original image: https://dribbble.com/shots/5619509-Animated-Tab-Bar
You can use this menu in your projects. It also works with 100% width and reacts to changing the size of the window :)
Designed by: Mauricio Bucardo
Original image: https://dribbble.com/shots/5619509-Animated-Tab-Bar
You can use this menu in your projects. It also works with 100% width and reacts to changing the size of the window :)
A Pen by Bakaki Mahlon on CodePen.
main(ng-app='WikiApp' ng-controller='MainCtrl') | |
#search.wrapper.fullHeight | |
a.white-text(href='https://en.wikipedia.org/wiki/Special:Random' target='_blank') Click here for a random article | |
br | |
form(ng-submit='search()') | |
input(type='text' ng-model='searchTxt') | |
.eks | |
p.white-text#help Click icon to search | |
.wrapper | |
ul |
<div class="cell"> | |
<div class="cube-container"> | |
<label for="flip">Flip</label> | |
<input type="checkbox" id="flip"> | |
<div class="cube-wrapper"> | |
<div class="cube"> | |
<div class="face top"> | |
<div class="tile"> | |
<input name="1" type="radio"> | |
<input name="1" type="radio"> |