.copy_element { color: orange; cursor: copy; } .copy_element:hover::before { content: "Kopyala: "; color: #00adb5; font-weight: 400; justify-self: center; font-size: medium; } #pprogress { background-color: black; border-radius: 13px; /* (height of inner div) / 2 + padding */ padding: 3px; } #pprogress>span { background-color: orange; width: 40%; /* Adjust with JavaScript */ height: 20px; border-radius: 10px; } #pprogress::-moz-progress-bar { background: orange; border-radius: 10px; } #pprogress::-webkit-progress-value { background: orange; border-radius: 10px; } #pprogress { color: orange; border-radius: 10px; }