.slide-bar{ position: fixed; bottom: 0; left: 0; width: 100%; height: 50px; border-top: #aaa 1px solid; mask-image: linear-gradient(to left, #0000 0%, #000 20%, #000 80%, #0000 100%); background: #aaa2; box-shadow: #000 0 0 10px; overflow: hidden; } .inner-slide-bar{ display: flex; height: 50px; width: 200%; color: white; align-items: center; cursor: pointer; user-select: none; -webkit-user-select: none; } .slider-dot{ width: 5px; height: 5px; border-radius: 5px; background: #aaa; margin: auto 25px; } .slider-text{ width: 200px; text-align: center; height: 50px; display: flex; justify-content: center; align-items: center; color: #aaa; transition: 0.25s; } .slider-text:hover{ color: #fff; } .slide-bar-tri{ position: fixed; bottom: 40px; left: 50%; transform: translateX(-50%); border: transparent solid 5px; border-top: #fff solid 5px; }