1 line
589 B
CSS
1 line
589 B
CSS
.navBottomContainer{position:fixed;bottom:0;width:100%;height:10px;background-color:#34495e;border-radius:12px 12px 0 0;transition:height .3s linear .2s;text-align:center;padding-top:40px;display:flex;justify-content:space-between;}.slider{text-align:center;}.navBottomContainer:hover{height:15rem;}.navBottomContainer:hover+.backDrop{display:block;}navBottomContainer div{background-color:#f00;height:5rem;width:5rem;}.slider button{border:0;left:10rem;width:4.37rem;height:2.5rem;background-color:rgba(149,165,166,.5);border-radius:12px 12px 0 0;box-shadow:0 -4px 4px rgba(0,0,0,.3);} |