A Pen by Bakaki Mahlon on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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 :)