#slider { overflow: hidden; align-items: center; position: relative; width: 300%; margin: 0; left: 0; float: left; } .item { float: left; width: 100%; } .item:after { content: ""; width: 2px; height: 100%; background: #f5f5f5; position: absolute; right: 0; top: 0; } #black { color: black; font-family: Verdana; font-style: bold; } #white { color: white; font-family: Verdana; font-style: bold; } #CG { color: black; font-family: Elephant; } #myProgress { width: 50%; background-color: grey; } #myBar { width: 1%; height: 5px; background-color: black; } a { text-decoration: none; display: inline-block; padding: 8px 16px; } a:hover { background-color: #ddd; color: black; } .previous { background-color: #f1f1f1; color: black; } .next { background-color: #f1f1f1; color: black; } .round { border-radius: 50%; }