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